Skip to content

V1.14.2

Choose a tag to compare

@SepineTam SepineTam released this 04 Apr 15:58
· 174 commits to master since this release

Stata-MCP v1.14.2

Release Date: April 4, 2026
Type: Patch

What's New

Startup performance improvements and bug fixes for guard validation, help caching, and resource management.

Changes

  • Perf: Delay STATA_CLI resolution and cache found path to config
  • Perf: Lazy-load help_cls to avoid resolving Stata path at startup
  • Perf: Lazy-import data_info to avoid loading pandas/numpy at startup
  • Perf: Lazy-create stata-mcp-folder on tool invocation instead of at import Closes #48
  • Fix: Strip Stata prefixes before security validation in guard
  • Fix: Guard help save path when project temp directory is unset
  • Fix: Fix help cache lookup when project temp directory is unset
  • Fix: Ensure monitors are stopped in _execute_windows_with_monitors finally block
  • Fix: Remove redundant monitor.stop() calls and ensure process cleanup
  • Fix: Prevent subprocess resource leaks in StataDo execution methods
  • Docs: Fix tool name reference from ssc_install to ado_package_install