28 lines
567 B
JSON
28 lines
567 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}"
|
|
]
|
|
},
|
|
"rag_retrieve": {
|
|
"command": "python",
|
|
"args": [
|
|
"./mcp/rag_retrieve_server.py",
|
|
"https://api-dev.gptbase.ai/v1/rag_retrieve/{unique_id}"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|