V1.18.1
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/tosrc/stata_mcp/utils/installer/(PEP 8 lowercase) - Refactor: Move
src/stata_mcp/utils/Verifier/verifier.pytosrc/stata_mcp/utils/installer/verifier.py - Refactor: Update
__init__.pyto re-exportVerifier,VerifyOutcome,VerifyResult, and color helpers from the unifiedinstallerpackage - Refactor: Update internal imports in
cli/_handlers.pyand three test files to use the new module paths