Skip to content

Coding MCP v1.0.5

Choose a tag to compare

@kieutrongthien kieutrongthien released this 01 Apr 10:26
· 42 commits to master since this release

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