Skip to content

v0.1.3: mcp-ts-core 0.10.6 adoption

Choose a tag to compare

@cyanheads cyanheads released this 13 Jun 03:52
· 7 commits to main since this release
v0.1.3
be025d0

mcp-ts-core 0.10.6 adoption

Maintenance release adopting @cyanheads/mcp-ts-core ^0.10.6 and the framework primitives it brings — response enrichment, explicit server identity, and a leaner MCPB bundle.

Added:

  • ia_find_snapshots emits ctx.enrich.truncated({ shown, cap }) in history mode when results hit limit
  • scripts/clean-mcpb.ts post-pack cleaner — mcpb clean prune plus a strip of dependency-shipped agent docs (skills/, .claude/, .agents/, SKILL.md) under node_modules/, with a paired lint:packaging post-bundle check
  • Framework antipattern rule flagging z.coerce.boolean() on env flags
  • Dockerfile HEALTHCHECK (bun-native fetch on /healthz) and org.opencontainers.image.version label from an APP_VERSION build arg

Changed:

  • createApp() sets name/title explicitly to internet-archive-mcp-server
  • .mcpbignore agent-doc patterns root-anchored

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.9.21 → ^0.10.6
  • @biomejs/biome ^2.4.16 → ^2.5.0
  • @types/node ^25.9.2 → ^25.9.3

49 tests pass; bun run devcheck clean.