@f2c/mcp 0.4.5 → 0.4.6
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 -0
- package/dist/cli.js +21 -16
- package/dist/cli.js.map +4 -4
- package/dist/stdio.js +21 -16
- package/dist/stdio.js.map +4 -4
- package/dist/streamable-http.js +80 -75
- package/dist/streamable-http.js.map +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ A Model Context Protocol server for Figma Design to Code using [F2C](https://f2c
|
|
|
35
35
|
|
|
36
36
|
## How it works
|
|
37
37
|
1. [Configure the Server](docs/en/GettingStarted.md) in an MCP-supported IDE (e.g., Cursor, Trae).
|
|
38
|
+
> recommended to use [Comate AI IDE](https://comate.baidu.com/zh/download/ai-ide)
|
|
38
39
|
2. Open your chat in IDE (e.g. agent mode in Cursor).
|
|
39
40
|
3. Paste a link to a Figma Node (Right-click any node in the Figma Layer panel to copy it).
|
|
40
41
|
4. Enter your requirements in the chat, such as fetching node data, downloading images, converting to code, etc.
|