qwen_agent/mcp/mcp_settings_catalog_agent.json
2025-10-29 20:10:49 +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}"
]
}
}
}
]