v0.1.10: mcp-ts-core ^0.9.21 framework adoption, skills sync
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.21tsx^4.22.3 -> ^4.22.4vitest^4.1.7 -> ^4.1.8
126 tests pass; bun run devcheck clean.