penpot/mcp/packages/plugin/public/manifest.json
Juan de la Cruz 884cdbbf8d
Add new MCP plugin UI changes (#8699)
*  Add new MCP plugin UI changes

* 📎 Fix tool status misleading
2026-03-23 11:20:37 +01:00

9 lines
304 B
JSON

{
"name": "Penpot MCP Plugin",
"code": "plugin.js",
"icon": "icon.jpg",
"version": 2,
"description": "This plugin enables interaction with the Penpot MCP server",
"permissions": ["content:read", "content:write", "library:read", "library:write", "comment:read", "comment:write"]
}