Files
ericzakariasson a65002e3a4 Fix MCP config to use standard Cursor mcp.json format
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>
2026-02-11 12:49:16 -08:00

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"]
}