qwen_agent/mcp/mcp_settings_backup.json
2025-10-20 15:18:32 +08:00

29 lines
545 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"
]
},
"excel-csv-operator": {
"command": "python",
"args": [
"./mcp/excel_csv_operator_server.py"
]
}
}
}
]