Skip to content

v1.2.13: mcp-ts-core 0.9.21 framework adoption

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 13:59
· 6 commits to main since this release
v1.2.13
c790b8b

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.21
  • vitest ^4.1.7 → ^4.1.8

356 tests pass; bun run devcheck clean.