@f2c/mcp 0.2.1 → 0.2.2

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 CHANGED
@@ -33,10 +33,15 @@ A Model Context Protocol server for Figma Design to Code using [F2C](https://f2c
33
33
  - 🔗 Figma File URL Parsing:F2C converts design nodes via Figma URLs, streamlining workflows.
34
34
  - 🖼️ Remote Image Localization:F2C automates downloading Figma images to local assets for efficiency.
35
35
 
36
+ ## How it works
37
+ 1. [Configure the Server](docs/en/GettingStarted.md) in an MCP-supported IDE (e.g., Cursor, Trae).
38
+ 2. Open your chat in IDE (e.g. agent mode in Cursor).
39
+ 3. Paste a link to a Figma Node (Right-click any node in the Figma Layer panel to copy it).
40
+ 4. Enter your requirements in the chat, such as fetching node data, downloading images, converting to code, etc.
36
41
 
37
- ## Getting started
42
+ ## Configuration and Development
38
43
 
39
- See [Getting started](docs/en/GettingStarted.md)
44
+ See [Configuration and Development](docs/en/GettingStarted.md)
40
45
 
41
46
  ## FAQ
42
47
  See [FAQ](docs/en/FAQ.md)