Skip to content

v1.1.0 — dep refresh + tooling parity

Choose a tag to compare

@mrslbt mrslbt released this 05 Jun 04:23
· 13 commits to main since this release

Maintenance release. No public API changes — all 6 tools and 460 items unchanged. Brings internals to the standard set by rakuten-mcp@1.0.0.

What changed

Deps

  • @modelcontextprotocol/sdk ^1.12 → ^1.29 (17 minor versions of upstream fixes)
  • zod ^3.25 → ^4.4 (seamless migration)
  • typescript ^5.7 → ^6.0 (required adding types: ["node"] to tsconfig)
  • @types/node ^22 → ^25
  • Node engine >=18>=20

Security

New

  • AGENTS.md — three non-negotiable conventions (source citation, bilingual completeness, frozen bundle), item-add workflow, tool-add workflow
  • scripts/client-conformance.mjs — 13 protocol-surface checks that mimic Claude Desktop / Cursor / Cline on load

Verified

  • 49/49 unit tests passing after Zod v4 migration
  • 13/13 conformance checks passing
  • 0 npm audit vulnerabilities
  • Bundle size unchanged at 380 KB (332 KB is the curated data, untouched)

Install

npm install -g tabedata-mcp@1.1.0

See CHANGELOG.md for the full diff.