Skip to content

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

Choose a tag to compare

@cyanheads cyanheads released this 12 Jun 07:58
· 8 commits to main since this release
v0.1.2
c8a8372

mcp-ts-core ^0.10.6 adoption

Framework adoption pass bringing total-count enrichment, explicit server identity, a Docker healthcheck, and MCPB bundle cleaning.

Added:

  • totalCount enrichment on guardian_search and guardian_browse via ctx.enrich.total()
  • Explicit createApp({ name, title }) identity (guardian-mcp-server)
  • Dockerfile HEALTHCHECK (/healthz via Bun fetch) + OCI version label
  • scripts/clean-mcpb.ts — strips dependency-shipped agent docs from bundles

Changed:

  • missing_section_id, missing_tag_id, invalid_date now resolve to ValidationError
  • Anchored .mcpbignore root patterns; new bundle-content + identity packaging guards

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.9.19 → ^0.10.6
  • @types/node ^25.6.0 → ^25.9.3

48 tests pass; bun run devcheck clean.