diff --git a/mcp_docx_server.py b/mcp_docx_server.py index 189840d..9967122 100644 --- a/mcp_docx_server.py +++ b/mcp_docx_server.py @@ -138,8 +138,8 @@ async def edit_docx(input_docx_url: str, output_docx_url: str, replacements: Opt - 替换指定序号的图片 参数: - - input_docx_url: 输入 DOCX 文件路径,或 HTTP/HTTPS URL - - output_docx_url: 输出 DOCX 文件路径 + - input_docx_url: 输入 DOCX 文件HTTP/HTTPS URL + - output_docx_url: 输出 DOCX 文件HTTP/HTTPS URL - replacements: 文本替换规则列表,例如: [ {\"old\": \"旧标题\", \"new\": \"新标题\"},