Skip to content

v0.1.7: mcp-ts-core ^0.9.16 -> ^0.9.21, skill sync, release scripts

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 15:13
v0.1.7
cdf19e6

mcp-ts-core ^0.9.16 -> ^0.9.21, skill sync, release scripts

Adopts three framework fixes from @cyanheads/mcp-ts-core 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 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.
  • README client-config — server key renamed from wikipedia to wikipedia-mcp-server; args updated to scoped package name.
  • scripts/release-github.ts added — release:github script for one-command GitHub Release creation.
  • Skills synced — 8 updated, api-mirror and orchestrations added.

Dependencies:

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

113 tests pass; bun run devcheck clean.