mirror of
https://github.com/penpot/penpot.git
synced 2026-07-21 21:47:50 +00:00
For the npm MCP package, adjust the launcher to specifically prepare the runtime directory: The package contents are copied once per version to a runtime directory owned by the launcher. The npm-owned package directory cannot be used. While installing there worked for older npm/npx version, we have to assume it is read-only. Fixes #9947