Skip to content

v0.1.12: mcp-ts-core ^0.9.21 framework adoption

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 14:00
v0.1.12
90b2f56

mcp-ts-core ^0.9.21 framework adoption

Adopts @cyanheads/mcp-ts-core ^0.9.21. Three framework fixes land with this upgrade:
per-request log context (HTTP transport emits fresh request/trace/span IDs per request, not frozen boot context); fetchWithTimeout strips query-string secrets from error messages and logs; withRetry fails fast on non-retryable errors, ctx.fail auto-populates the retryable flag.

Changed:

  • @cyanheads/mcp-ts-core ^0.9.16 → ^0.9.21
  • release:github script added (scripts/release-github.ts)
  • scripts/check-skill-versions.ts added
  • Skills synced to framework ^0.9.21: add-tool, add-service, api-canvas, api-context, api-linter, api-utils, design-mcp-server, release-and-publish; api-mirror and orchestrations skills added
  • Plugin manifest args simplified: .claude-plugin and .codex-plugin no longer include run start:stdio args
  • README client-config keys renamed from crossref to crossref-mcp-server

Dependencies:

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

105 tests pass; bun run devcheck clean.