Block a user
[Sprint 1] feat: Implement page tools (3 tools)
[Sprint 1] feat: Implement page tools (3 tools)
Completed: Page tools implemented.
Tools Added:
page_create- Create pages with routing and layout referencespage_add_navbar- Generate top/side navigation with DMC AppShell 3.…
[Sprint 1] feat: Implement theme tools (4 tools)
[Sprint 1] feat: Implement theme tools (4 tools)
Completed: Theme tools implemented.
Tools Added:
theme_create- Create themes with design tokens (colors, spacing, typography, radii)theme_extend- Extend existing themes with…
[Sprint 1] feat: Implement layout tools (3 tools)
[Sprint 1] feat: Implement layout tools (3 tools)
Completed: Layout tools implemented.
Tools Added:
layout_create- Create layouts with templates (dashboard, report, form, blank)layout_add_filter- Add filter controls (dropdown,…
[Sprint 1] feat: Implement chart tools (2 tools)
[Sprint 1] feat: Implement chart tools (2 tools)
Completed: Chart tools implemented.
Tools Added:
chart_create- Create Plotly charts (line, bar, scatter, pie, heatmap, histogram, area)chart_configure_interaction- Configure…
[Sprint 1] feat: Implement DMC validation tools (3 tools)
[Sprint 1] feat: Implement DMC validation tools (3 tools)
Completed: DMC validation tools implemented.
Tools Added:
list_components- Lists DMC components by categoryget_component_props- Gets props schema with types, defaults, enum…
[Sprint 1] feat: Implement DMC component registry with static JSON
[Sprint 1] feat: Implement DMC component registry with static JSON
Completed: DMC 2.x component registry implemented.
Changes:
- Added
component_registry.pywith version-locked registry loading - Created
registry/dmc_2_5.jsonwith 39 components for DMC…
[Sprint 1] feat: Create viz-platform MCP server foundation
[Sprint 1] feat: Create viz-platform MCP server foundation
Implementation Complete
Branch: feat/170-viz-platform-mcp-foundation
Commit: bf0745c
Created Files:
mcp-servers/viz-platform/mcp_server/__init__.py- `mcp-servers/viz-platf…
[Sprint 1] test: Create viz-platform MCP server tests
[Sprint 1] feat: Add viz-platform to marketplace
[Sprint 1] docs: Create viz-platform documentation
[Sprint 1] feat: Create viz-platform agents (3 agents)
[Sprint 1] feat: Create viz-platform commands (7 commands)
[Sprint 1] feat: Create viz-platform plugin structure