Skip to content

v0.2.7: 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:31
v0.2.7
0e0b39c

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

Adopts @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21. Per-request logs and traces now
carry fresh request + trace/span IDs instead of the frozen boot context. fetchWithTimeout
strips query-string secrets from error messages. withRetry fails fast on non-retryable
errors; ctx.fail auto-populates the retryable flag.

Changed:

  • README client-config keys updated to full package name libofcongress-mcp-server;
    bunx/npx args corrected to scoped name @cyanheads/libofcongress-mcp-server@latest
  • Skills re-synced: add-tool, add-service, api-canvas, api-context, api-linter,
    api-utils, design-mcp-server, release-and-publish updated; api-mirror and
    orchestrations skills added
  • scripts/release-github.ts and release:github npm script added

Dependencies:

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

151 tests pass; bun run devcheck clean.