Skip to content

Releases: CristinaFores/design-context-bridge

v1.1.0 — copy-to-clipboard inspector

Choose a tag to compare

@CristinaFores CristinaFores released this 07 Jul 11:07

Plugin

  • Copy-to-clipboard inspector: click any value to copy it — colors (hex), typography (font family, size, weight, or full CSS), and spacing.
  • Native light/dark theme via Figma themeColors.
  • Typography now includes font weight (fontStyle).

Docs

  • Manual plugin install documented as the primary path (plugin isn't on the Figma Community yet).

v1.0.1 — fix: in-memory cache + 429 retry

Choose a tag to compare

@CristinaFores CristinaFores released this 26 Jun 13:55
  • Add 30s in-memory cache to avoid redundant Figma API calls within a tool chain
  • Retry on 429 up to 3 times with exponential backoff, respecting Retry-After header

v1.0.0 — Design Context Bridge

Choose a tag to compare

@CristinaFores CristinaFores released this 26 Jun 13:32

First release of design-context-bridge: an independent MCP server that gives AI agents real Figma design context.

Highlights

  • Two modes — Figma plugin (live selection) or REST API (any file by URL + token).
  • REST parity — document & navigation tools work via url, no plugin needed.
  • Analysisextract_design_system, analyze_structure, get_component_variants.
  • Assetsfind_assets, export_image (SVG inline / PNG·JPG URL).
  • Local-first & secure — bridge bound to 127.0.0.1; token never logged or stored.
  • 20 MCP tools total.

Independent project — not affiliated with, endorsed by, or sponsored by Figma.