Skip to content

V1.13.16

Choose a tag to compare

@SepineTam SepineTam released this 31 Dec 06:57
· 474 commits to master since this release

Stata-MCP v1.13.16 & Happy New Year's Eve 🥳

Release Date: December 31, 2025
Type: Performance & Refactoring Release

What's New

Performance improvements for help commands with caching system and code architecture refactoring.

Changes

  • Help Command Cache: Added local file caching to avoid redundant Stata help calls
  • Centralized Cache: Help cache now stored in ~/.statamcp/help/ for better organization
  • Help Refactoring: Extracted help logic to dedicated stata_help.py module
  • English Documentation: Translated help function docstring from Chinese to English
  • Platform Detection: Enhanced IS_UNIX detection with explicit platform check
  • Code Quality: Applied linting rules for better code formatting