mirror of
https://github.com/figma/mcp-server-guide.git
synced 2026-09-14 18:44:07 +08:00
d638a5e055
Sync allowlisted figma-plugin skills from figma/figma at 2.2.111. - Update figma-use (SKILL.md, api-reference, gotchas, plugin-api patterns, regenerated plugin-api-standalone typings and index, wwds components) - Update figma-generate-library component-creation reference - Update figma-use-figjam edit-text reference - Bump version to 2.2.111 in server.json, gemini-extension.json, .claude-plugin, .cursor-plugin, and .github/plugin
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "figma",
|
|
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
|
|
"version": "2.2.111",
|
|
"author": {
|
|
"name": "Figma",
|
|
"url": "https://www.figma.com"
|
|
},
|
|
"homepage": "https://github.com/figma/mcp-server-guide",
|
|
"keywords": [
|
|
"figma",
|
|
"design",
|
|
"mcp",
|
|
"ui",
|
|
"code-connect"
|
|
]
|
|
}
|