fix(manifest): P0 — align manifest.json with package.json (version 0.4.0, Node ≥22, audit tools)#36
Merged
Merged
Conversation
…face 3 audit tools manifest.json was drifting in three places: - version: 0.3.0 → 0.4.0 (matches package.json + server.json; was a latent build break — scripts/bundle-mcpb.mjs throws on version mismatch). - compatibility.runtimes.node: >=20 → >=22 (matches package.json#engines.node; README already corrected via heznpc-session sweep). - tools array: add audit_release / audit_cd / audit_security so Claude Desktop's tool catalog matches what src/index.ts actually registers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
P0 from the modernization assessment —
manifest.jsonwas drifting in three places:version0.3.00.4.0package.json+server.json. Latent build break:scripts/bundle-mcpb.mjs:35-38throws on version mismatch, so the nextPublish to npmworkflow would fail at thebundle:mcpbstep.compatibility.runtimes.node>=20>=22package.json#engines.node. README already corrected by yesterday's sweep.toolsarrayaudit_release,audit_cd,audit_securityso Claude Desktop's catalog matchessrc/index.tsactual registrations.Test plan
npm run buildcleannpm test— 85/85 pass