Skip to content

v0.3.3: Adopt mcp-ts-core ^0.10.6

Choose a tag to compare

@cyanheads cyanheads released this 12 Jun 03:48
· 13 commits to main since this release
v0.3.3
e560431

Adopt mcp-ts-core ^0.10.6

Maintenance release tracking the framework jump to 0.10.6 — server identity, container health, and bundle hygiene.

Added:

  • Server name/title identity pair (cyanheads-mcp-server) on every surface (#231)
  • Dockerfile HEALTHCHECK (bun-native fetch on /healthz) + APP_VERSION -> image.version label (#217)
  • scripts/clean-mcpb.ts post-pack bundle cleaner, wired into bundle (#230)
  • lint-packaging checks 8-9: post-bundle content + identity guards (#230, #231)
  • coerce-boolean-env-flag antipattern rule (#201)
  • techniques skill (#204)

Changed:

  • cyanheads_describe ambiguous_kind code InvalidParams -> ValidationError
  • Build scripts tsx -> bun run; tsx dropped from devDependencies (#205)
  • .mcpbignore dev-dir patterns root-anchored (#207)

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.9.21 -> ^0.10.6
  • @types/node ^25.9.1 -> ^25.9.3

177 tests pass; bun run devcheck clean.