mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
a65002e3a4
Use the mcpServers key with url for SSE transport, matching the plugin-template convention. Remove explicit mcpServers path from plugin.json since mcp.json is discovered automatically. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"name": "figma",
|
|
"displayName": "Figma",
|
|
"version": "1.0.0",
|
|
"description": "Figma MCP integration for design and collaboration.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "./icon.svg",
|
|
"keywords": ["figma", "design", "mcp", "collaboration"]
|
|
}
|