Skip to content

Commit 2369342

Browse files
authored
Add Figma plugin information to external.json
Added Figma plugin details including name, description, version, author, homepage, keywords, license, repository, and source.
1 parent 5621850 commit 2369342

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,22 @@
122122
"source": "github",
123123
"repo": "MicrosoftDocs/mcp"
124124
}
125+
},
126+
{
127+
"name": "figma",
128+
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
129+
"version": "1.0.0",
130+
"author": {
131+
"name": "Figma",
132+
"url": "https://www.figma.com"
133+
},
134+
"homepage": "https://github.com/figma/mcp-server-guide",
135+
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
136+
"license": "TODO",
137+
"repository": "https://github.com/figma/mcp-server-guide",
138+
"source": {
139+
"source": "github",
140+
"repo": "figma/mcp-server-guide"
141+
}
125142
}
126143
]

0 commit comments

Comments
 (0)