Skip to content

V1.14.3

Choose a tag to compare

@SepineTam SepineTam released this 06 Apr 10:19
· 169 commits to master since this release
c8dc45f

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_property and invalidate on write
  • Logging: Use config.IS_DEBUG to control file log level instead of hardcoded logging.DEBUG
  • Logging: Remove dead IS_DEBUG variable assignment and redundant ENABLE_WRITE_DOFILE constant