Skip to content

v0.1.10: mcp-ts-core ^0.9.21 framework adoption, skills sync

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 15:10
v0.1.10
7ab146f

mcp-ts-core ^0.9.21 framework adoption, skills sync

Adopts @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21. Notable framework changes:

Changed:

  • HTTP transport per-request log context fix — 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.

Added:

  • scripts/release-github.ts and release:github npm script for automated GitHub Release creation.
  • scripts/check-skill-versions.ts and updated scripts/devcheck.ts synced from framework.
  • skills/api-mirror and skills/orchestrations new skills; 8 updated skills synced from mcp-ts-core 0.9.21.
  • README client-config server key normalized to full package name wikidata-mcp-server.

Dependencies:

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

126 tests pass; bun run devcheck clean.