Files
graphtest/src/mcp/config/mcp_servers.json
kexsh b6c4d1d048
Some checks failed
Integration Tests / Integration Tests (ubuntu-latest, 3.11) (push) Has been cancelled
Integration Tests / Integration Tests (ubuntu-latest, 3.12) (push) Has been cancelled
运行OK
2025-11-01 23:11:56 +08:00

9 lines
130 B
JSON

{
"math": {
"command": "python",
"args": [
"./src/mcp/server/math_server.py"
],
"transport": "stdio"
}
}