Skip to content

v2.5.5: mcp-ts-core 0.9.21: per-request log context, secret scrubbing, withRetry fail-fast

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:00
v2.5.5
d6180d3

mcp-ts-core 0.9.21: per-request log context, secret scrubbing, withRetry fail-fast

Adopts @cyanheads/mcp-ts-core 0.9.21 with three framework fixes and syncs project skills.

Changed:

  • HTTP transport per-request log context — per-request logs and traces now carry fresh request + trace/span IDs instead of the frozen boot context.
  • fetchWithTimeout secret scrubbing — query-string secrets (e.g. ?api_key=) are stripped from error messages and logs.
  • withRetry fail-fast — non-retryable errors short-circuit immediately; ctx.fail auto-populates the retryable flag.

Dependencies:

  • @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21
  • @cloudflare/workers-types ^4.20260531.1 → ^4.20260602.1
  • @vitest/coverage-istanbul ^4.1.7 → ^4.1.8
  • vite ^8.0.14 → ^8.0.16
  • vitest ^4.1.7 → ^4.1.8

480 tests pass; bun run devcheck clean.