qwen_agent/skills/common/mcp-ui/.claude-plugin/plugin.json
2026-05-17 14:07:25 +08:00

20 lines
392 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}"]
}
}
}