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

21 lines
453 B
JSON

{
"name": "data-dashboard",
"description": "Renders data as an interactive dashboard card UI using the mcp-ui protocol.",
"category": "Interactive UI",
"hooks": {
"PrePrompt": [
{
"type": "command",
"command": "python hooks/pre_prompt.py"
}
]
},
"mcpServers": {
"data_dashboard": {
"transport": "stdio",
"command": "python",
"args": ["./dashboard_server.py", "{bot_id}"]
}
}
}