configurationNodes replaces configurations on nvd_get_cve and nvd_audit_cpe
- BREAKING:
configurationsbecomesconfigurationNodes, a flat array of nodes each carryinggroupIndex,groupOperator,nodeOperator, and its owncpeMatch[]— criteria sit one level shallower, and group membership is recoverable fromgroupIndex - Rendered CPE match lines label the vulnerable component in both directions, and the
Configurations:line reports group, node, and match counts - On mcp-ts-core 0.12.3: tool inputs are strict (an undeclared argument key is rejected by name), the advertised
outputSchemadeclares the error envelope, advertised JSON Schema is 2020-12, protocol revision 2026-07-28 is served on every HTTP endpoint, andtransport.sessionModereports the resolved mode instead ofauto .env.examplesetsMCP_SESSION_MODE=statelessexplicitly; the production Docker stage installs with--omit=peer; Bun pins move to 1.4.0- Build config,
scripts/tree.tsgitignore handling, shipped skills, and new.github/community-health files resynced to the 0.12.x framework - deps:
@cyanheads/mcp-ts-core^0.11.0 → ^0.12.3 (plus biome, @types/node, tsc-alias, typescript 6 → 7, vitest)