v1.2.13: mcp-ts-core 0.9.21 framework adoption
mcp-ts-core 0.9.21 framework adoption
Adopts @cyanheads/mcp-ts-core ^0.9.21. Notable framework changes since 0.9.16:
Changed:
- HTTP transport per-request log context fix — per-request logs and traces 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.
- Plugin manifests: client-config key renamed to full package name; args simplified.
Dependencies:
@cyanheads/mcp-ts-core^0.9.16 → ^0.9.21vitest^4.1.7 → ^4.1.8
356 tests pass; bun run devcheck clean.