Files
Aditya Muttur d638a5e055 skills: Sync figma-plugin skills and bump to 2.2.111 (#99)
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
2026-09-11 11:34:48 +01:00

18 lines
491 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.figma.mcp/mcp",
"title": "Figma MCP Server",
"description": "The Figma MCP server brings Figma design context directly into your AI workflow.",
"repository": {
"url": "https://github.com/figma/mcp-server-guide",
"source": "github"
},
"version": "2.2.111",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.figma.com/mcp"
}
]
}