@f2c/mcp 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,23 @@ The F2C MCP Server is a Model Context Protocol server that enables AI coding ass
8
8
  - Uses Figma API to fetch design metadata
9
9
  - Implements JSON-RPC 2.0 protocol for communication
10
10
 
11
+ ## Add MCP Service
12
+ ```json
13
+ {
14
+ "mcpServers": {
15
+ "f2c-mcp": {
16
+ "command": "npx",
17
+ "args": [
18
+ "-y",
19
+ "@f2c/mcp"
20
+ ],
21
+ "env": {
22
+ "personalToken": ""
23
+ }
24
+ }
25
+ }
26
+ }
27
+ ```
11
28
  ## Getting Started
12
29
 
13
30
  1. Set up your Figma API key in `.env` file:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@f2c/mcp",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",