Skip to content

V1.18.1

Choose a tag to compare

@SepineTam SepineTam released this 03 Jun 11:30
· 33 commits to master since this release
57175bf

Stata-MCP v1.18.1

Release Date: June 3, 2026
Type: Refactor

What's New

Renames the Installer package to lowercase installer for PEP 8 conformance, and consolidates the Verifier module into the installer package since verification is conceptually part of the install workflow.

Changes

  • Refactor: Rename src/stata_mcp/utils/Installer/ to src/stata_mcp/utils/installer/ (PEP 8 lowercase)
  • Refactor: Move src/stata_mcp/utils/Verifier/verifier.py to src/stata_mcp/utils/installer/verifier.py
  • Refactor: Update __init__.py to re-export Verifier, VerifyOutcome, VerifyResult, and color helpers from the unified installer package
  • Refactor: Update internal imports in cli/_handlers.py and three test files to use the new module paths