24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "rag-retrieve-no-citation",
|
|
"description": "Only provides rag_retrieve without citation. table_rag_retrieve and local file retrieval are disabled.",
|
|
"hooks": {
|
|
"PrePrompt": [
|
|
{
|
|
"type": "command",
|
|
"command": "python hooks/pre_prompt.py"
|
|
}
|
|
]
|
|
},
|
|
"mcpServers": {
|
|
"rag_retrieve": {
|
|
"transport": "stdio",
|
|
"command": "python",
|
|
"args": [
|
|
"./rag_retrieve_server.py",
|
|
"{bot_id}"
|
|
]
|
|
}
|
|
},
|
|
"category": "Data & Retrieval"
|
|
}
|