qwen_agent/mcp/mcp_settings_general_agent.json
2025-11-16 19:50:06 +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"
]
}
}
}
]