v2.4.2 — MCPB bundle boot fix
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.shshipspackage.jsonat the bundle root; the version probe tries both layouts and on total failure advertises0.0.0with a warning instead of dying — a version string can never again kill the boot.- The version-consistency test now also covers
package-lock.jsonand the bundle copy step. - The rewritten
updated_similarregression test seeds a bm25-threshold-reaching corpus so it genuinely detects any reintroduction of the removed fuzzy-merge branch.