Skip to content

v0.1.11: mcp-ts-core ^0.9.21 adoption

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:30
· 14 commits to main since this release
v0.1.11
718b4cd

mcp-ts-core ^0.9.21 adoption

Adopts @cyanheads/mcp-ts-core 0.9.21 with three framework-level fixes.

Changed:

  • 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.
  • Re-synced skills to framework 0.9.21 (add-service, add-tool, api-canvas, api-context, api-linter, api-utils, design-mcp-server, release-and-publish); added api-mirror and orchestrations skills.
  • README client-config key renamed to full package name.

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.9.16 -> ^0.9.21
  • vitest ^4.1.7 -> ^4.1.8

145 tests pass; bun run devcheck clean.