qwen_agent/mcp/mcp_settings_agent.json
2025-10-30 21:19:39 +08:00

14 lines
190 B
JSON

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