From 1ac7d22fb7978cc6fe657f6a4b512e4f5c045c87 Mon Sep 17 00:00:00 2001 From: liangweihao <734499798@qq.com> Date: Fri, 27 Feb 2026 09:23:32 +0800 Subject: [PATCH] =?UTF-8?q?mcp=E6=8F=90=E7=A4=BA=E8=AF=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp_docx_server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\": \"新标题\"},