Skip to content

v0.1.18: mcp-ts-core ^0.9.16 → ^0.9.21; per-request log context, secret-stripping, fail-fast retry

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 15:28
v0.1.18
1a312a3

mcp-ts-core ^0.9.16 → ^0.9.21; per-request log context, secret-stripping, fail-fast retry

Adopts @cyanheads/mcp-ts-core 0.9.21 with three framework improvements that affect runtime behavior.

Changed:

  • mcp-ts-core ^0.9.16 → ^0.9.21 — HTTP transport now carries fresh per-request log/trace context (fixes frozen boot context); fetchWithTimeout strips ?api_key= and other query-string secrets from error messages and logs; withRetry fails fast on non-retryable errors; ctx.fail auto-populates the retryable flag.
  • README client-config server key renamed to full package name in all install snippets.
  • Skills synced from framework 0.9.21: 8 updated + api-mirror and orchestrations added.
  • scripts/check-skill-versions.ts, scripts/release-github.ts added; release:github script added to package.json.

Dependencies:

  • @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21
  • @vitest/coverage-istanbul ^4.1.7 → ^4.1.8
  • vitest ^4.1.7 → ^4.1.8

269 tests pass; bun run devcheck clean.