Skip to content

v0.1.5: mcp-ts-core ^0.10.6 adoption

Choose a tag to compare

@cyanheads cyanheads released this 13 Jun 03:35
v0.1.5
348c581

mcp-ts-core ^0.10.6 adoption

Framework upgrade with the error-code and packaging conventions that ship in 0.10.x.

Changed:

  • @cyanheads/mcp-ts-core ^0.9.21 → ^0.10.6
  • osv_query_package / osv_query_batch return ValidationError (-32007), not InvalidParams (-32602), for invalid ecosystem strings
  • Explicit name / title in createApp(); root-anchored .mcpbignore patterns

Added:

  • Docker HEALTHCHECK + OCI image.version label
  • scripts/clean-mcpb.ts post-pack bundle cleaner wired into bundle
  • coerce-boolean-env-flag antipattern rule

Removed:

  • Redundant batch_too_large error contract (.max(1000) already rejects oversized batches)

Dependency bumps:

  • typescript ^5.9.3 → ^6.0.3
  • @biomejs/biome ^2.4.16 → ^2.5.0
  • @types/node ^25.9.1 → ^25.9.3

40 tests pass; bun run devcheck clean.