Skip to content

v0.1.11: mcp-ts-core ^0.9.21 — per-request log context, secret scrubbing, withRetry fail-fast

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:12
v0.1.11
fceba07

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

Adopts @cyanheads/mcp-ts-core ^0.9.21. Adds release:github script and syncs 8 skills plus new api-mirror and orchestrations skills.

Changed:

  • @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21 — HTTP transport per-request log context fix (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.
  • vitest ^4.1.7 → ^4.1.8 (dev).
  • README client-config server key renamed to full package name (earthquake-mcp-server).
  • Plugin manifests (.claude-plugin, .codex-plugin) args simplified.

Added:

  • scripts/release-github.ts — one-command GitHub Release creation with .mcpb attachment.
  • scripts/check-skill-versions.ts — framework-sourced maintenance script.
  • skills/api-mirror, skills/orchestrations — new skills from framework ^0.9.21 sync.

180 tests pass; bun run devcheck clean.