config update

This commit is contained in:
2025-10-15 21:14:39 +08:00
parent 8c3c38d554
commit a242c695d8

View File

@@ -1,12 +1,6 @@
{ {
"calculator": { "calculator": {
"command": "python", "url": "http://6.6.6.78:50051/mcp",
"args": ["dummy/calculator.py"], "transport": "streamable_http"
"transport": "stdio"
},
"rag": {
"command": "python",
"args": ["lang_agent/rag/simple.py"],
"transport": "stdio"
} }
} }