chore: 更新图文教程。解决脚本执行问题

This commit is contained in:
sansan
2025-10-26 20:16:28 +08:00
parent f389eff9ea
commit 39775ab084
3 changed files with 4 additions and 24 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ echo "[地址] http://localhost:3333/mcp"
echo "[提示] 按 Ctrl+C 停止服务"
echo ""
uv run python mcp_server/server.py --transport http --host 0.0.0.0 --port 3333
uv run python -m mcp_server.server --transport http --host 0.0.0.0 --port 3333