Skip to content

v2.0.1 — CI & Integration Testing

Choose a tag to compare

@HanSur94 HanSur94 released this 03 Apr 16:41
· 35 commits to master since this release

What's Changed

Post-milestone improvements to CI pipeline and test coverage. No production code changes except one bug fix (monitoring routes on streamablehttp).

Bug Fixes

  • Monitoring routes on streamablehttp/dashboard, /health, /metrics now registered for the new transport (was SSE-only)
  • 12 ruff lint errors — unused imports and f-string placeholders cleaned up

CI & Testing

  • MCP integration test — live server subprocess + MCP client on localhost (Linux + Windows)
  • Docker Compose remote test — client container connects to server container over Docker network with bearer auth
  • Windows install.bat smoke test — validates the real user install path produces a working installation
  • 17 CI jobs across Linux, Windows (2022 + latest), macOS, Docker

Full Changelog

v2.0...v2.0.1