qwen_agent/mcp/mcp_settings.json
2025-10-17 16:16:41 +08:00

23 lines
402 B
JSON

[
{
"mcpServers": {
"ripgrep": {
"command": "mcp-ripgrep",
"args": []
},
"semantic_search": {
"command": "python",
"args": [
"./mcp/semantic_search_server.py"
]
},
"multi-keyword-search": {
"command": "python",
"args": [
"./mcp/multi_keyword_search_server.py"
]
}
}
}
]