add mcp config

This commit is contained in:
2025-10-11 15:25:48 +08:00
parent 6508d260e5
commit f9b010205f

12
configs/mcp_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"calculator": {
"command": "python",
"args": ["dummy/calculator.py"],
"transport": "stdio"
},
"rag": {
"command": "python",
"args": ["lang_agent/rag/simple.py"],
"transport": "stdio"
}
}