Add Figma plugin information to external.json (#1143)

* Add Figma plugin information to external.json

Added Figma plugin details including name, description, version, author, homepage, keywords, license, repository, and source.

* Remove license field since it's unknown for Figma

Removed TODO placeholder for license field in external.json

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Updating marjetplace.json

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Simina Pasat
2026-03-23 17:49:29 -07:00
committed by GitHub
parent 2c873efce7
commit dfe3cb35d7
2 changed files with 38 additions and 0 deletions

View File

@@ -122,5 +122,21 @@
"source": "github",
"repo": "MicrosoftDocs/mcp"
}
},
{
"name": "figma",
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
"version": "1.0.0",
"author": {
"name": "Figma",
"url": "https://www.figma.com"
},
"homepage": "https://github.com/figma/mcp-server-guide",
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
"repository": "https://github.com/figma/mcp-server-guide",
"source": {
"source": "github",
"repo": "figma/mcp-server-guide"
}
}
]