21 lines
453 B
JSON
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}"]
|
|
}
|
|
}
|
|
}
|