qwen_agent/skills/developing/mcp-ui/.claude-plugin/plugin.json
2026-05-15 14:22:10 +08:00

12 lines
258 B
JSON

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