v2.0.1 — CI & Integration Testing
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,/metricsnow 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