V1.14.3
Stata-MCP v1.14.3
Release Date: April 6, 2026
Type: Performance
What's New
Lazy import heavy dependencies and cache TOML config to reduce MCP server startup time.
Changes
- MCP Server: Lazy import heavy dependencies (StataDo, StataHelp, GuardValidator, RAMMonitor, etc.) inside tool functions
- Config: Cache parsed TOML config with
@cached_propertyand invalidate on write - Logging: Use
config.IS_DEBUGto control file log level instead of hardcodedlogging.DEBUG - Logging: Remove dead
IS_DEBUGvariable assignment and redundantENABLE_WRITE_DOFILEconstant