V1.18.2
Stata-MCP v1.18.2
Release Date: June 4, 2026
Type: Feature
What's New
Brings ANSI-colored output to the install subcommand, matching the visual standard already used by verify. Status lines now print in green/yellow/red/cyan depending on their [TAG] prefix.
Changes
- Installer: New
output.pymodule shipsColorStreamandcolored_stdout();handle_installwraps each install call with the context manager and prefixes its own prints with[ERROR]/[DONE]/[WARN] - Verifier:
_paintnow reuses the shared_should_color(stream)and_wrap(code, text)helpers fromoutput.py, so theNO_COLORand TTY gate is defined exactly once - Tests: 13 new tests in
tests/test_color_stream.pyforColorStream;tests/test_install.pyadds an end-to-end test asserting ANSI escapes for all four tags