Skip to content

V1.14.0

Choose a tag to compare

@SepineTam SepineTam released this 19 Mar 16:36
· 197 commits to master since this release
9ed096b

Stata-MCP v1.14.0

Release Date: March 20, 2026
Type: Feature

What's New

Major architecture refactoring with new API module for CLI tools and promoted core modules to top-level.

Changes

  • API: Created new API package with standalone functions (stata_do, stata_help, read_log, get_data_info, ado_install, write_dofile)
  • CLI: Added API-backed CLI tool commands that behave like one-shot helpers with proper exit codes
  • CLI: Refactored CLI code structure - split into _parsers.py and _handlers.py for better maintainability
  • Architecture: Promoted core modules to top-level (stata_mcp/stata and stata_mcp/data_info)
  • Stata: Moved stata_log module to builtin_tools directory
  • Ado Install: Increased default timeout to 300s for package installation