From 9dcbc68f0984aa8e4b8c3855c60e5c98913fdc8d Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Tue, 7 Oct 2025 20:35:19 +0200 Subject: [PATCH] Extend plugin permissions: Add read/write for library and comments --- penpot-plugin/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/penpot-plugin/public/manifest.json b/penpot-plugin/public/manifest.json index d4dabc9..506021c 100644 --- a/penpot-plugin/public/manifest.json +++ b/penpot-plugin/public/manifest.json @@ -2,5 +2,5 @@ "name": "Penpot MCP Plugin", "code": "plugin.js", "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"] }