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