Skip to content

v0.1.6: mcp-ts-core framework adoption ^0.9.21

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:17
v0.1.6
64263ac

mcp-ts-core framework adoption ^0.9.21

Adopts @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21. Key changes in this range:

Changed:

  • HTTP transport per-request log context fix — logs and traces now 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
  • vitest ^4.1.7 → ^4.1.8

105 tests pass; bun run devcheck clean.