V1.13.16
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.pymodule - 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