add mcp config
This commit is contained in:
12
configs/mcp_config.json
Normal file
12
configs/mcp_config.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user