qwen_agent/mcp/mcp_settings_deep_agent.json
2026-02-06 17:05:17 +08:00

15 lines
220 B
JSON

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