Skip to content

v2.4.2 — MCPB bundle boot fix

Choose a tag to compare

@madetocreate madetocreate released this 01 Aug 20:58
· 16 commits to main since this release

Same-day patch on v2.4.1. The dynamic-version read introduced in 2.4.1 crashed the Claude Desktop (MCPB) bundle at import time — the bundle places code under server/ and did not ship package.json, so the probe threw before the server started. If you downloaded a v2.4.1 .mcpb bundle, replace it with a v2.4.2 one. npm installs of 2.4.1 were unaffected.

  • build-mcpb.sh ships package.json at the bundle root; the version probe tries both layouts and on total failure advertises 0.0.0 with a warning instead of dying — a version string can never again kill the boot.
  • The version-consistency test now also covers package-lock.json and the bundle copy step.
  • The rewritten updated_similar regression test seeds a bm25-threshold-reaching corpus so it genuinely detects any reintroduction of the removed fuzzy-merge branch.