@muloka/figma-console-mcp 0.1.0 → 0.1.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 +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
# Figma Console MCP Server
|
|
2
2
|
|
|
3
|
+
> ### 🍴 This is a fork
|
|
4
|
+
>
|
|
5
|
+
> **`@muloka/figma-console-mcp`** is a fork of [southleft/figma-console-mcp](https://github.com/southleft/figma-console-mcp) with a few agent-focused adjustments not yet in upstream:
|
|
6
|
+
>
|
|
7
|
+
> - **Streamable HTTP transport** in local mode — connect multiple local clients to one running instance ([upstream #48](https://github.com/southleft/figma-console-mcp/issues/48))
|
|
8
|
+
> - **`VariableID:` alias support** in `figma_batch_create_variables` and `figma_setup_design_tokens` ([upstream #52](https://github.com/southleft/figma-console-mcp/issues/52))
|
|
9
|
+
> - **Bridge robustness** — handler timeout + dropped-response logging in the Desktop Bridge dispatch ([upstream #94](https://github.com/southleft/figma-console-mcp/issues/94))
|
|
10
|
+
>
|
|
11
|
+
> **Install this fork:** `npx @muloka/figma-console-mcp` — the `npx figma-console-mcp` commands below install *upstream* instead. Versioned independently starting at `0.1.0`; currently tracking upstream **v1.35.0**. Everything else in this README is upstream's documentation and applies as written.
|
|
12
|
+
|
|
3
13
|
[](https://modelcontextprotocol.io/)
|
|
4
|
-
[](https://www.npmjs.com/package/figma-console-mcp)
|
|
14
|
+
[](https://www.npmjs.com/package/@muloka/figma-console-mcp)
|
|
5
15
|
[](https://opensource.org/licenses/MIT)
|
|
6
16
|
[](https://docs.figma-console-mcp.southleft.com)
|
|
7
17
|
[](https://github.com/sponsors/southleft)
|