This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Moderate signalThe project's license has shifted from ISC to GNU Affero General Public License v3, and the previous 64 MB ceiling on the --heap-memory-max flag has been eliminated.
Why it matters: License change requires compliance review for AGPLv3 obligations; removing the 64 MB heap limit enables larger memory allocations without prior constraint.
Summary
AI summaryLicense changed to GNU AGPLv3 and the 64 MB heap‑memory‑max limit removed.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
Switch license from ISC to GNU Affero General Public License v3 Switch license from ISC to GNU Affero General Public License v3 Source: llm_adapter@2026-05-30 Confidence: high |
— |
| Bugfix | Medium |
Remove 64MB upper bound on --heap-memory-max flag Remove 64MB upper bound on --heap-memory-max flag Source: llm_adapter@2026-05-30 Confidence: high |
— |
Full changelog
What's Changed
- Switch license from ISC to GNU Affero General Public License v3 by @r33drichards in https://github.com/r33drichards/mcp-js/pull/151
- fix: remove 64MB upper bound on --heap-memory-max by @r33drichards in https://github.com/r33drichards/mcp-js/pull/152
Full Changelog: https://github.com/r33drichards/mcp-js/compare/v0.10.22...v0.11.0
Breaking Changes
- License switched from ISC to GNU Affero General Public License v3
- Removed the 64 MB upper bound on --heap-memory-max
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About r33drichards/mcp-js
A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions.
Related context
Beta — feedback welcome: [email protected]