Skip to content

v0.1.12: adopt @cyanheads/mcp-ts-core ^0.9.21

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 13:59
v0.1.12
76acab1

adopt @cyanheads/mcp-ts-core ^0.9.21

Adopts three framework fixes and re-syncs skills to the new framework version.

Changed:

  • Per-request log context — per-request 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

139 tests pass; bun run devcheck clean.