mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
0877f223a0
- Add complete plugin structure following boilerplate pattern - Include Nord-inspired color palette with semantic color mappings - Add 6 chart component templates: Pie, Bar, StackedArea, Comparison, DualAxis, Heatmap - Include shared utilities for data transformation and filtering - Add Highcharts best practices and accessibility rules - Add chart-builder agent for generating visualizations - Include comprehensive skill documentation with usage examples Co-authored-by: kniparko <kniparko@anysphere.co>
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"$schema": "https://cursor.com/schemas/mcp.json",
|
|
"mcpServers": {
|
|
"chart-generator": {
|
|
"command": "node",
|
|
"args": ["./scripts/chart-generator.js"],
|
|
"description": "Generate chart components from data schemas (optional)",
|
|
"disabled": true,
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|