23 lines
402 B
JSON
23 lines
402 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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|