Skip to content

v0.1.10: mcp-ts-core ^0.9.21 — log context fix, secret scrubbing, withRetry fail-fast

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 15:13
v0.1.10
6571eec

mcp-ts-core ^0.9.21 — log context fix, secret scrubbing, withRetry fail-fast

Adopts @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21 with three framework fixes
that improve observability, security, and retry correctness.

Changed:

  • HTTP transport per-request log context now carries fresh request/trace/span IDs instead of the frozen boot-time 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

Also: README client-config key renamed to full package name; plugin manifests updated.

128 tests pass; bun run devcheck clean.