@mp3wizard/figma-console-mcp 1.22.1 → 1.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/apps/design-system-dashboard/mcp-app.html +78 -78
- package/dist/apps/token-browser/mcp-app.html +59 -60
- package/dist/cloudflare/core/write-tools.js +4 -4
- package/dist/core/write-tools.js +4 -4
- package/dist/core/write-tools.js.map +1 -1
- package/dist/local.js +4 -4
- package/dist/local.js.map +1 -1
- package/figma-desktop-bridge/code.js +347 -78
- package/package.json +1 -102
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Figma Console MCP connects AI assistants (like Claude) to Figma, enabling:
|
|
|
24
24
|
- **🔧 Variable management** - Create, update, rename, and delete design tokens
|
|
25
25
|
- **⚡ Real-time monitoring** - Watch logs as plugins execute
|
|
26
26
|
- **📌 FigJam boards** - Create stickies, flowcharts, tables, and code blocks on collaborative boards
|
|
27
|
-
- **♿ Accessibility scanning** -
|
|
27
|
+
- **♿ Accessibility scanning** - 14 WCAG design checks with conformance level tagging, component scorecards, axe-core code scanning, design-to-code parity
|
|
28
28
|
- **☁️ Cloud Write Relay** - Web AI clients (Claude.ai, v0, Replit) can design in Figma via cloud pairing
|
|
29
29
|
- **🔄 Four ways to connect** - Remote SSE, Cloud Mode, NPX, or Local Git
|
|
30
30
|
|