Skip to content

v0.1.3: mcp-ts-core 0.9.21 framework adoption

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:52
· 17 commits to main since this release
v0.1.3
41b7fcd

mcp-ts-core 0.9.21 framework adoption

Adopts @cyanheads/mcp-ts-core 0.9.21 with log context, secret-stripping, and retry improvements. Syncs 8 updated skills plus new api-mirror and orchestrations skills from the framework release.

Changed:

  • @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21 — HTTP transport per-request log context fix (logs and traces carry fresh request + trace/span IDs instead of the frozen boot context); fetchWithTimeout strips query-string secrets (e.g. ?api_key=) from error messages and logs; withRetry fails fast on non-retryable errors; ctx.fail auto-populates the retryable flag.

Dependencies:

  • @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21
  • @biomejs/biome ^2.4.7 → ^2.4.16 (dev)
  • @types/node ^25.6.0 → ^25.9.1 (dev)
  • tsc-alias ^1.8.16 → ^1.8.17 (dev)
  • vitest ^4.1.0 → ^4.1.8 (dev)

100 tests pass; bun run devcheck clean.