You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.4.0] - 2026-06-16
Added
The .mcpb desktop bundle is now released automatically. Each v* tag push attaches
the one-click .mcpb bundle (plus a .sha256) to the GitHub Release, and the MCP registry
entry now advertises a second registryType: "mcpb" package pointing at that asset so
desktop/registry clients can discover it. The registry entry (npm and mcpb packages) is
published in CI via OIDC instead of a manual step, with the mcpb fileSha256 injected from
the exact attached bundle (the committed value is an all-zeros sentinel). Adds npm run registry:publish as a back-publish/recovery fallback. No change to the server's
tools or runtime behavior. (#137)