Skip to content

V1.13.37

Choose a tag to compare

@SepineTam SepineTam released this 26 Feb 12:13
· 243 commits to master since this release

Stata-MCP v1.13.37

Release Date: February 26, 2026
Type: Feature

What's New

Enhanced CLI with multi-client installation support, new Stata log parsing system for TEXT and SMCL formats, and SPSS file support.

Changes

  • CLI: Added --all flag for one-click installation to all supported clients
  • CLI: Added --json-file option to read installation config from JSON
  • CLI: Added Gemini and OpenCode client support
  • Log System: New stata_log module with StataLogTEXT and StataLogSMCL parsers
  • Log System: Renamed read_file to read_log with StataLog integration
  • Data Info: Added SPSS file support (.sav, .zsav)
  • Dependencies: Upgraded pandas to 3.x, added pyreadstat and requests
  • Fix: HASH_LENGTH type error and --all flag implementation