qwen_agent/skills/developing/rag-retrieve-no-citation/.claude-plugin/plugin.json
2026-05-26 17:43:12 +08:00

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"
}