Skip to content

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

Choose a tag to compare

@cyanheads cyanheads released this 02 Jun 15:07
v0.1.7
9434bb1

mcp-ts-core ^0.9.21 framework adoption

Adopts three framework fixes from @cyanheads/mcp-ts-core ^0.9.21.

Changed:

  • HTTP transport per-request log context: logs and traces now 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 mcpServers keys normalized to package name (reliefweb-mcp-server).
  • release:github script added for structured GitHub Release creation.
  • devcheck: Open-Indexed Interfaces and Skill Versions checks added.
  • api-mirror and orchestrations skills added; 8 skills updated.

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

127 tests pass; bun run devcheck clean.