Compare commits

..

1 Commits

Author SHA1 Message Date
Noah Zweben MacBook
deda133016 update figma 2025-12-12 16:15:58 -08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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"

View File

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