Skip to content

v0.1.7: Adopt @cyanheads/mcp-ts-core ^0.9.21 with log context fix, secret scrubbing, and fail-fast retries

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:30
v0.1.7
6af36d8

Adopt @cyanheads/mcp-ts-core ^0.9.21 with log context fix, secret scrubbing, and fail-fast retries

Framework changes adopted from ^0.9.16 → ^0.9.21:

Changed:

  • HTTP transport per-request log context — per-request logs and traces carry fresh request + trace/span IDs instead of the frozen boot context.
  • fetchWithTimeout secret scrubbing — query-string secrets (e.g. ?api_key=) stripped from error messages and logs.
  • withRetry fail-fast — non-retryable errors exit immediately; ctx.fail auto-populates the retryable flag.
  • README client-config key renamed from 'onebusaway' to 'onebusaway-mcp-server' in all install examples.
  • Synced 8 skills to framework ^0.9.21; new api-mirror and orchestrations skills added.
  • New scripts: check-skill-versions.ts, release-github.ts.

Dependencies:

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

248 tests pass; bun run devcheck clean.