Skip to content

v1.1.0

Latest

Choose a tag to compare

@lgutschow lgutschow released this 17 Jan 18:35

Changed

  • BREAKING: Minimum Node.js version increased from 18 to 20
  • Migrated from console-based tests to Vitest 4.x framework
  • Improved test coverage: FPEService to 97.4%, AuthService to 100%
  • Reorganized test structure with 69 comprehensive tests
  • Moved old console tests to examples/ as client interaction demos
  • Enhanced HTTP server test reliability with sequential file execution

Added

  • /version endpoint on HTTP server returning name, version, node version, and uptime
  • Comprehensive error handling tests for edge cases
  • Client examples showing how to interact with both stdio and HTTP servers
  • Proper TypeScript typing throughout (removed all any types)

Updated

  • zod: 3.25.76 → 4.3.5 (major version upgrade)
  • @modelcontextprotocol/sdk: 1.21.1 → 1.25.2
  • vitest: 3.2.4 → 4.0.17
  • @vitest/coverage-v8: 3.2.4 → 4.0.17
  • typescript: 5.8.3 → 5.9.3
  • Various other dependency updates

Security

  • Resolved all 8 Dependabot security alerts through dependency updates