Releases: CristinaFores/design-context-bridge
Releases · CristinaFores/design-context-bridge
Release list
v1.1.0 — copy-to-clipboard inspector
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
- 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
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. - Analysis —
extract_design_system,analyze_structure,get_component_variants. - Assets —
find_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.