Skip to content

v2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 22:22
26c59e2

[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)