mirror of
https://github.com/penpot/penpot-mcp.git
synced 2026-07-29 17:35:54 +00:00
Update plugin metadata
This commit is contained in:
parent
c0047faec0
commit
740750fbd8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Penpot starter plugin",
|
||||
"name": "Penpot MCP Plugin",
|
||||
"code": "plugin.js",
|
||||
"description": "This is a starter plugin for Penpot",
|
||||
"description": "This plugin enables interaction with the Penpot MCP server",
|
||||
"permissions": ["content:read", "content:write"]
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
penpot.ui.open("Penpot plugin starter template", `?theme=${penpot.theme}`);
|
||||
penpot.ui.open("Penpot MCP Plugin", `?theme=${penpot.theme}`);
|
||||
|
||||
penpot.ui.onMessage<string>((message) => {
|
||||
if (message === "create-text") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user