qwen_agent/mcp/mcp_settings_generic_agent.json
2025-11-16 19:46:27 +08:00

20 lines
313 B
JSON

[
{
"mcpServers": {
"rag_retrieve": {
"command": "python",
"args": [
"./mcp/rag_retrieve_server.py",
"{bot_id}"
]
},
"datetime": {
"command": "python",
"args": [
"./mcp/datetime_server.py"
]
}
}
}
]