Extend plugin permissions: Add read/write for library and comments

This commit is contained in:
Dominik Jain 2025-10-07 20:35:19 +02:00
parent 094e436d80
commit 9dcbc68f09

View File

@ -2,5 +2,5 @@
"name": "Penpot MCP Plugin", "name": "Penpot MCP Plugin",
"code": "plugin.js", "code": "plugin.js",
"description": "This plugin enables interaction with the Penpot MCP server", "description": "This plugin enables interaction with the Penpot MCP server",
"permissions": ["content:read", "content:write"] "permissions": ["content:read", "content:write", "library:read", "library:write", "comment:read", "comment:write"]
} }