This commit is contained in:
2026-02-12 16:59:55 +08:00
parent aea6b0e656
commit 9cd611a1f0

View File

@@ -17,4 +17,4 @@ COPY . .
EXPOSE 8080 EXPOSE 8080
# 默认以 SSE 模式启动 MCP 服务器,支持远程调用 # 默认以 SSE 模式启动 MCP 服务器,支持远程调用
CMD ["python", "mcp_docx_server.py", "--transport", "sse", "--host", "0.0.0.0", "--port", "8080"] CMD ["python", "mcp_docx_server.py", "--transport", "http", "--host", "0.0.0.0", "--port", "8080"]