qwen_agent/skills/common/mcp-ui/.claude-plugin/plugin.json
2026-05-26 20:32:41 +08:00

24 lines
448 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": "Interactive UI"
}