📎 Add license metadata for MCP package (#10089)

Add the repository license SPDX identifier to the published @penpot/mcp package metadata.

Signed-off-by: martrend33 <145278472+martrend33@users.noreply.github.com>
This commit is contained in:
martrend33 2026-06-10 03:17:07 -06:00 committed by GitHub
parent a178de2c69
commit 5dea5db685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
"name": "@penpot/mcp",
"version": "2.16.0-rc.9.11",
"description": "MCP server for Penpot integration",
"license": "MPL-2.0",
"bin": {
"penpot-mcp": "./bin/mcp-local.js"
},