mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-12 19:25:55 +00:00
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:
22
.github/plugin/marketplace.json
vendored
22
.github/plugin/marketplace.json
vendored
@@ -200,6 +200,28 @@
|
|||||||
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
|
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "flowstudio-power-automate",
|
"name": "flowstudio-power-automate",
|
||||||
"source": "flowstudio-power-automate",
|
"source": "flowstudio-power-automate",
|
||||||
|
|||||||
@@ -122,5 +122,21 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "MicrosoftDocs/mcp"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user