Releases: lando-labs/lando-ds-mcp
Release list
v4.1.2
Release v4.1.2 — DS meta refresh 0.58 → 0.59
Content-only refresh. Single-minor DS delta = PATCH per convention.
Bumps @lando-labs/lando-ds-meta from ^0.58.0 to ^0.59.0.
DS v0.59.0 delivers:
- CSS layer-order contract fix:
@layer appoverrides beat DS component
styles reliably now, no primer import needed. - ThemeScope re-derives tonal ramps + interaction states via color-mix()
on the scope element; also fixes system-mode SSR hydration mismatch
for scopes without explicitmode. - Button
primaryWCAG AA contrast fix for midnight/sunset/forest/rose
presets via newonPrimaryfield. - SegmentedControl sliding indicator first-paint fix.
No tool contract changes.
v4.1.1
Release v4.1.1 — DS meta refresh 0.57 → 0.58
Content-only refresh. Single-minor DS delta = PATCH per the established
convention. Bumps @lando-labs/lando-ds-meta from ^0.57.0 to ^0.58.0.
DS v0.58.0 delivers:
- Overlay-in-modal interactivity fixes: Select, Combobox, MultiSelect,
Dropdown, Popover - Dark-mode AA contrast fixes: Button 'outline' and Switch
- New useClickOutside
ignoreRefsparameter (surfaced automatically via
the existing list_hooks / get_hook tools)
No tool contract changes.
v4.0.0
Release v4.0.0 — DS ecosystem consolidation
First public release of @lando-labs/lando-ds-mcp.
Companion to @lando-labs/lando-ds (design system) and
@lando-labs/lando-ds-meta (metadata subpackage — this MCP's runtime dep).
Highlights:
- 15 tools: introspection + JSX-safe code generation for 127 React
components, 19 utility hooks, DS brand + Lucide-curated icons, OKLCH
design tokens, theme presets, and one-call metadata orientation - Runtime-dep architecture: MCP consumes @lando-labs/lando-ds-meta at
install time. No baked JSON, no build-time DS clone required. Content
refresh =npm update @lando-labs/lando-ds-meta - Web-only; React Native support removed
- Apache 2.0
Install:
npm install -g @lando-labs/lando-ds-mcp
Connect (Claude Code):
claude mcp add lando-ds lando-ds-mcp
See README for other MCP clients (Claude Desktop, Cursor, Windsurf, Zed).
See CHANGELOG for the full pre-launch history.