From deda1330169331cefb1d819dbd783f7c577ec034 Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Fri, 12 Dec 2025 16:15:58 -0800 Subject: [PATCH] update figma --- .claude-plugin/marketplace.json | 2 +- external_plugins/figma/.claude-plugin/plugin.json | 2 +- external_plugins/figma/.mcp.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 421286f..68e6526 100644 --- a/.claude-plugin/marketplace.json +++ b/.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", diff --git a/external_plugins/figma/.claude-plugin/plugin.json b/external_plugins/figma/.claude-plugin/plugin.json index d41fb43..b2e12ae 100644 --- a/external_plugins/figma/.claude-plugin/plugin.json +++ b/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" diff --git a/external_plugins/figma/.mcp.json b/external_plugins/figma/.mcp.json index 26a0cbe..771e29b 100644 --- a/external_plugins/figma/.mcp.json +++ b/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" } }