qwen_agent/mcp/mcp_settings.json

27 lines
491 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}"
]
},
"datetime": {
"command": "python",
"args": [
"./mcp/datetime_server.py"
]
}
}
}
]