genable-mcp 0.1.1 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "genable-mcp",
3
- "version": "0.1.1",
4
- "mcpName": "io.github.muse40007/genable-mcp",
3
+ "version": "0.1.2",
4
+ "mcpName": "io.github.musepy/genable-mcp",
5
5
  "description": "Write-side MCP server for Figma — build, edit, restructure, and search Figma designs from Claude Code, Cursor, Cline, or any MCP client. Complements Figma's official MCP (which is read-only). 41 tools covering tree creation (JSX), variables/tokens, components, cross-page navigation, and visual verification.",
6
- "author": "musec <muse40007@gmail.com>",
6
+ "author": "musepy <muse40007@gmail.com> (https://github.com/musepy)",
7
7
  "bugs": {
8
- "url": "https://github.com/muse40007/figma-ai-generator-dogfood/issues"
8
+ "url": "https://github.com/musepy/genable/issues"
9
9
  },
10
10
  "main": "dist/index.js",
11
11
  "bin": {
@@ -65,10 +65,10 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "homepage": "https://github.com/muse40007/figma-ai-generator-dogfood#readme",
68
+ "homepage": "https://github.com/musepy/genable/tree/main/tools/mcp-server#readme",
69
69
  "repository": {
70
70
  "type": "git",
71
- "url": "git+https://github.com/muse40007/figma-ai-generator-dogfood.git",
71
+ "url": "git+https://github.com/musepy/genable.git",
72
72
  "directory": "tools/mcp-server"
73
73
  },
74
74
  "license": "MIT"