fix
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user