mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-31 04:52:02 +00:00
Compare commits
1 Commits
noahz/prel
...
noahz/upda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
deda133016 |
@@ -190,7 +190,7 @@
|
|||||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
|
"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.",
|
"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",
|
"category": "design",
|
||||||
"source": "./external_plugins/figma",
|
"source": "./external_plugins/figma",
|
||||||
|
|||||||
@@ -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.",
|
"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": {
|
"author": {
|
||||||
"name": "Figma"
|
"name": "Figma"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"figma": {
|
"figma": {
|
||||||
"type": "sse",
|
"url": "https://mcp.figma.com/mcp",
|
||||||
"url": "https://mcp.figma.com/v1/sse"
|
"type": "http"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user