Release history
GLips/Figma-Context-MCP releases
Provide coding agents direct access to Figma data to help them one-shot design implementation.
All releases
23 shown
v0.7.0
Breaking risk
Breaking changes
- Removed isStdioMode parameter from getServerConfig(); the function now detects stdio mode internally and returns it as part of ServerConfig.
Notable features
- --image-dir config option for controlling image download path
- Replaced yargs with cleye for CLI flag parsing
- Added gifRef support for downloading animated GIF embeds
Full changelog
0.7.0 (2026-03-19)
⚠ BREAKING CHANGES
- getServerConfig() no longer takes an isStdioMode parameter. It now detects stdio mode internally and returns it as part of ServerConfig.
Features
- add --image-dir config for image download path control (#297) (0417766)
- replace yargs with cleye for CLI flag parsing (#285) (0092ee7)
- support gifRef for downloading animated GIF embeds (#286) (f1ec913)
Bug Fixes
Review required
v0.6.3
Maintenance
Auth
Breaking upgrade
Routine maintenance and dependency updates.