Coding MCP v1.0.5
What’s new
- Added service monitoring endpoints: healthz, readyz, and metrics.
- Added basic metrics: request count, error count, average latency, p95 latency, and max latency.
- Improved HTTP logging with two levels:
- Console: concise request/response logs.
- File logs: detailed request/response data for debugging.
- Added selective retry with backoff for command and git operations on transient failures.
- Added a CI coverage gate to keep test quality stable as the codebase grows.
Quality and security improvements
- Added warning when HTTP is exposed without authentication.
- Hardened default HTTP binding to localhost.
- Improved CLI parser and argument validation for clearer errors.
- Synced scripts and configuration/docs updates accordingly.
Full Changelog: v1.0.4...v1.0.5