Skip to content

Releases: GLips/Figma-Context-MCP

v0.6.4

06 Oct 23:10
f7b26b3

Choose a tag to compare

Patch Changes

  • #250 9966623 Thanks @GLips! - Collapse containers that only have vector children to better handle SVG image downloads and also make output size smaller.

v0.6.3

29 Sep 17:35
927f2c1

Choose a tag to compare

Patch Changes

  • #246 7f4b585 Thanks @GLips! - Updates to validate user input, run HTTP server on localhost only

v0.6.2

25 Sep 19:10
5b0d10e

Choose a tag to compare

Patch Changes

  • #244 8277424 Thanks @GLips! - Support imports without starting server or looking for env vars.

v0.6.1

23 Sep 16:43
7f9c05a

Choose a tag to compare

Patch Changes

  • #240 2b1923d Thanks @GLips! - Fix issue where importing package triggered config check.

  • #239 00bad7d Thanks @Hengkai-Ye! - Fix: Make sure LLM provides a filename extension when calling download_figma_images

v0.6.0

09 Sep 16:36
fddb800

Choose a tag to compare

Minor Changes

  • #233 26a048b Thanks @scarf005! - Return named styles from Figma instead of auto-generated IDs when they exist.

v0.5.2

27 Aug 04:42
79e1e5c

Choose a tag to compare

Patch Changes

  • #227 68fbc87 Thanks @fightZy! - Update Node ID regex to support additional formats, e.g. multiple nodes.

v0.5.1

13 Aug 15:21
54172ad

Choose a tag to compare

Patch Changes

  • #205 618bbe9 Thanks @GLips! - Calculate gradient values instead of passing raw Figma data.

v0.5.0

18 Jul 03:42
ca3bb97

Choose a tag to compare

Minor Changes

  • #197 d67ff14 Thanks @GLips! - Improve structure of MCP files, change strategy used for parsing Figma files to make it more flexible and extensible.

  • #199 a8b59bf Thanks @GLips! - Add support for pattern fills in Figma.

  • #203 edf4182 Thanks @GLips! - Add support for Fill, Fit, Crop and Tile image types in Figma. Adds image post-processing step.

Patch Changes

  • #202 4a44681 Thanks @GLips! - Add --skip-image-downloads option to CLI args and SKIP_IMAGE_DOWNLOADS env var to hide the download image tool when set.

v0.4.3

18 Jun 15:16
96b3852

Choose a tag to compare

Patch Changes

  • #179 17988a0 Thanks @GLips! - Update curl command in fetchWithRetry to include error handling options, ensure errors are actually caught properly and returned to users.

v0.4.2

11 Jun 16:36
8c81927

Choose a tag to compare

Patch Changes