figma-mcp-cli 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -26,7 +26,7 @@ npm install -g figma-mcp-cli
26
26
  Run the `init` command to set up the Figma MCP server in your VS Code project:
27
27
 
28
28
  ```bash
29
- figma-cli init
29
+ npx figma-cli init
30
30
  ```
31
31
 
32
32
  This command will:
@@ -41,7 +41,7 @@ This command will:
41
41
  After initialization, use the `gen` command to generate frontend code:
42
42
 
43
43
  ```bash
44
- figma-cli gen
44
+ npx figma-cli gen
45
45
  ```
46
46
 
47
47
  This command will:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "figma-mcp-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "A CLI to automate Figma MCP setup and code generation",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,7 +10,13 @@
10
10
  "figma-cli": "./index.js"
11
11
  },
12
12
  "type": "module",
13
- "keywords": [],
13
+ "keywords": [
14
+ "figma",
15
+ "mcp",
16
+ "cli",
17
+ "automation",
18
+ "code-generation"
19
+ ],
14
20
  "author": "",
15
21
  "license": "ISC",
16
22
  "dependencies": {