[Sprint 1] feat: Implement DMC component registry with static JSON #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implement the component registry system that provides version-locked Dash Mantine Components definitions. Uses static JSON files pre-generated from DMC source.
Acceptance Criteria
mcp_server/component_registry.py:registry/directory with version-tagged files:registry/dmc_0.14.json(initial supported version)scripts/generate-dmc-registry.py:Technical Notes
Dependencies
Completed: DMC 2.x component registry implemented.
Changes:
component_registry.pywith version-locked registry loadingregistry/dmc_2_5.jsonwith 39 components for DMC 2.5.1/Mantine 7scripts/generate-dmc-registry.pyfor future registry generationCommit:
9e4b3d5