Files
lang-agent/configs/mcp_config.json
2025-10-11 15:25:48 +08:00

12 lines
252 B
JSON

{
"calculator": {
"command": "python",
"args": ["dummy/calculator.py"],
"transport": "stdio"
},
"rag": {
"command": "python",
"args": ["lang_agent/rag/simple.py"],
"transport": "stdio"
}
}