figma-console-mcp 1.11.0 → 1.11.1
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 +3 -2
- package/dist/cloudflare/core/design-code-tools.js +954 -89
- package/dist/core/design-code-tools.d.ts +81 -1
- package/dist/core/design-code-tools.d.ts.map +1 -1
- package/dist/core/design-code-tools.js +954 -89
- package/dist/core/design-code-tools.js.map +1 -1
- package/dist/core/types/design-code.d.ts +33 -0
- package/dist/core/types/design-code.d.ts.map +1 -1
- package/dist/local.d.ts.map +1 -1
- package/dist/local.js +2 -1
- package/dist/local.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
> **Your design system as an API.** Model Context Protocol server that bridges design and development—giving AI assistants complete access to Figma for **extraction**, **creation**, and **debugging**.
|
|
9
9
|
|
|
10
|
-
> **🆕 v1.11.
|
|
10
|
+
> **🆕 v1.11.1 — Doc Generator Fixes:** Cleaner `figma_generate_component_doc` output—proper markdown tables, filtered property metadata, Storybook links. [See changelog →](CHANGELOG.md)
|
|
11
11
|
|
|
12
12
|
## What is this?
|
|
13
13
|
|
|
@@ -651,9 +651,10 @@ The architecture supports adding new apps with minimal boilerplate — each app
|
|
|
651
651
|
|
|
652
652
|
## 🛤️ Roadmap
|
|
653
653
|
|
|
654
|
-
**Current Status:** v1.11.
|
|
654
|
+
**Current Status:** v1.11.1 (Stable) - Production-ready with WebSocket-only connectivity, smart multi-file tracking, 56+ tools, Comments API, and MCP Apps
|
|
655
655
|
|
|
656
656
|
**Recent Releases:**
|
|
657
|
+
- [x] **v1.11.1** - Doc generator fixes: clean markdown tables, Storybook links, property metadata filtering
|
|
657
658
|
- [x] **v1.11.0** - Complete CDP removal, improved multi-file active tracking with focus detection
|
|
658
659
|
- [x] **v1.10.0** - Multi-instance support (dynamic port fallback 9223–9232, multi-connection plugin, instance discovery)
|
|
659
660
|
- [x] **v1.9.0** - Figma Comments tools, improved port conflict detection
|