qwen_agent/mcp/mcp_settings.json
2025-10-29 11:19:34 +08:00

21 lines
368 B
JSON

[
{
"mcpServers": {
"semantic_search": {
"command": "python",
"args": [
"./mcp/semantic_search_server.py",
"{dataset_dir}"
]
},
"multi_keyword": {
"command": "python",
"args": [
"./mcp/multi_keyword_search_server.py",
"{dataset_dir}"
]
}
}
}
]