Skip to content

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

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:45
v0.4.9
d80477a

mcp-ts-core 0.9.21 framework adoption

Adopts @cyanheads/mcp-ts-core ^0.9.21 with three notable fixes from the 0.9.16–0.9.21 range.

Changed:

  • HTTP transport per-request log context — per-request logs and traces carry fresh request + trace/span IDs instead of the frozen boot context.
  • fetchWithTimeout error messages — query-string secrets (e.g. ?api_key=) are stripped from error messages and logs before surfacing.
  • 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

252 tests pass; bun run devcheck clean.