Skip to content

v2.7.5: mcp-ts-core ^0.9.6 → ^0.9.10, plugin scaffolds, field-test fixes

Choose a tag to compare

@cyanheads cyanheads released this 28 May 06:15
· 39 commits to main since this release
v2.7.5
cacad11

mcp-ts-core ^0.9.6 → ^0.9.10, plugin scaffolds, field-test fixes

Framework upgrade plus a live field-test pass. The hosted HTTP instance picks up a session-init gate and quieter logs for expected client errors; the agent-facing tool surface gets description and schema fixes caught during field-testing.

Dependency bumps:

  • @cyanheads/mcp-ts-core ^0.9.6 → ^0.9.10
  • @biomejs/biome ^2.4.15 → ^2.4.16

Added:

  • .claude-plugin/ and .codex-plugin/ plugin metadata scaffolds.
  • git-wrapup skill (synced from framework ^0.9.8).
  • "Close the loop on issues" core rule in CLAUDE.md / AGENTS.md.

Fixed:

  • pubmed_fetch_fulltextpmcids[] validates ^(?:PMC)?\d+$/i at the schema boundary; chain-detail URLs sanitized in format() text.
  • pubmed_format_citations, pubmed_find_related — descriptions aligned to enum values.
  • EuropePmcService.search — raw cursorMark for echo and end-of-pagination check (was URL-encoded, silently broke base64 cursors).

623 tests pass; bun run devcheck clean.