19 lines
314 B
JSON
19 lines
314 B
JSON
[
|
|
{
|
|
"mcpServers": {
|
|
"semantic_search": {
|
|
"command": "python",
|
|
"args": [
|
|
"./mcp/semantic_search_server.py"
|
|
]
|
|
},
|
|
"multi_keyword": {
|
|
"command": "python",
|
|
"args": [
|
|
"./mcp/multi_keyword_search_server.py"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|