gittensory-mcp doctor computes a status (ok / warnings / needs_attention) but always exits 0, so it cannot gate a CI step or pre-commit hook.
Proposal: an opt-in --exit-code flag that makes doctor exit non-zero when a check fails (status needs_attention). The default stays exit 0 so existing scripts are unaffected; warnings also stay exit 0.
Implemented in #359.
gittensory-mcp doctorcomputes a status (ok / warnings / needs_attention) but always exits 0, so it cannot gate a CI step or pre-commit hook.Proposal: an opt-in
--exit-codeflag that makesdoctorexit non-zero when a check fails (statusneeds_attention). The default stays exit 0 so existing scripts are unaffected; warnings also stay exit 0.Implemented in #359.