qwen_agent/mcp/mcp_settings_general_agent.json
2025-11-25 15:25:27 +08:00

14 lines
190 B
JSON

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