Skip to content

Releases: lando-labs/lando-ds-mcp

v4.1.2

Choose a tag to compare

@Lando8604 Lando8604 released this 27 Jul 07:16
ff3344e

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 app overrides 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 explicit mode.
  • Button primary WCAG AA contrast fix for midnight/sunset/forest/rose
    presets via new onPrimary field.
  • SegmentedControl sliding indicator first-paint fix.

No tool contract changes.

v4.1.1

Choose a tag to compare

@Lando8604 Lando8604 released this 22 Jul 02:40
d28c2e2

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 ignoreRefs parameter (surfaced automatically via
    the existing list_hooks / get_hook tools)

No tool contract changes.

v4.0.0

Choose a tag to compare

@Lando8604 Lando8604 released this 16 Jul 07:17

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.