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
From the final whole-branch code review.
- Phase 4's SERVER_VERSION bump left each server's runServer({version}) literal at
the old value, so all 10 bumped servers reported the new version in hello output
but the old version over the MCP handshake (the drift Phase 2 fixed). Replaced
every runServer version literal with the SERVER_VERSION constant across all 11
servers (+ dependency-management SBOM generator version) — one source of truth.
- dependency-management estimate_bundle_size no longer reports "acceptable" for
server-side packages (express: gzipped "N/A (server)" → parseInt NaN → NaN>50
false); non-numeric sizes now report "not applicable". Test asserts it.
Spine → 2.11.13. All 11 servers build; 1317 MCP tests pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
0 commit comments