qwen_agent/skills/common/mcp-ui/.claude-plugin/plugin.json
2026-05-26 17:43:12 +08:00

24 lines
450 B
JSON

{
"name": "mcp-ui",
"description": "Provides interactive UI components through MCP tool responses.",
"hooks": {
"PrePrompt": [
{
"type": "command",
"command": "python hooks/pre_prompt.py"
}
]
},
"mcpServers": {
"mcp_ui": {
"transport": "stdio",
"command": "python",
"args": [
"./ui_render_server.py",
"{bot_id}"
]
}
},
"category": "Data & Retrieval"
}