Compare commits

..

3 Commits

Author SHA1 Message Date
Noah Zweben MacBook
61d75d9a49 update marketplace def 2025-12-15 10:19:53 -08:00
Noah Zweben MacBook
5d9348d609 point to external figma 2025-12-15 10:17:59 -08:00
Noah Zweben
19a119f97e Update plugins library to include authors (#6)
* added Anthropic as author

* update figma
2025-12-12 16:52:17 -08:00
3 changed files with 6 additions and 16 deletions

View File

@@ -190,11 +190,14 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
},
{
"name": "figma-mcp",
"name": "figma",
"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",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/figma"
"source": {
"source": "url",
"url": "https://github.com/figma/mcp-server-guide.git"
},
"homepage": "https://github.com/figma/mcp-server-guide"
},
{
"name": "asana",

View File

@@ -1,7 +0,0 @@
{
"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 +0,0 @@
{
"figma": {
"url": "https://mcp.figma.com/mcp",
"type": "http"
}
}