V1.13.18
Stata-MCP v1.13.18
Release Date: January 3, 2026
Type: Feature Release
What's New
Enhanced data_info module with better structure, configurable decimal precision, and improved summary statistics consistency.
Changes
- Data Info Refactor: Simplified get_data_info function and moved cache logic to class level
- Decimal Precision Control: Added decimal_places parameter with environment variable support (STATA_MCP_DATA_INFO_DECIMAL_PLACES)
- String Display Control: Added string_keep_number parameter to control value list display (STATA_MCP_DATA_INFO_STRING_KEEP_NUMBER)
- Series Classes: Converted StringSeries and NumericSeries to dataclass for better structure
- Enriched Output: get_data_info now returns more detailed information including source, var_list, and info_config
- Improved Docstring: Updated get_data_info docstring with complete examples and structure explanation