Ver código fonte

update figma

Noah Zweben MacBook 8 meses atrás
pai
commit
deda133016

+ 1 - 1
.claude-plugin/marketplace.json

@@ -190,7 +190,7 @@
       "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
     },
     {
-      "name": "figma",
+      "name": "figma-mcp",
       "description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
       "category": "design",
       "source": "./external_plugins/figma",

+ 1 - 1
external_plugins/figma/.claude-plugin/plugin.json

@@ -1,5 +1,5 @@
 {
-  "name": "figma",
+  "name": "figma-mcp",
   "description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
   "author": {
     "name": "Figma"

+ 2 - 2
external_plugins/figma/.mcp.json

@@ -1,6 +1,6 @@
 {
   "figma": {
-    "type": "sse",
-    "url": "https://mcp.figma.com/v1/sse"
+    "url": "https://mcp.figma.com/mcp",
+    "type": "http"
   }
 }