Skip to content

V1.13.17

Choose a tag to compare

@SepineTam SepineTam released this 01 Jan 08:21
· 469 commits to master since this release

Stata-MCP v1.13.17 & Happy New Year 2026! 🧧

Release Date: January 1, 2026
Type: Feature Release

What's New

Extended data format support with Excel, TSV, and PSV file compatibility for enhanced data analysis capabilities.

Changes

  • Excel File Support: Added complete support for .xlsx and .xls file formats in get_data_info tool
  • New XlsxDataInfo Class: Dedicated Excel workbook handler with openpyxl integration
  • TSV Format Support: Added Tab-Separated Values file format support in CsvDataInfo
  • PSV Format Support: Added Pipe-Separated Values file format support in CsvDataInfo
  • Enhanced File Detection: Improved file type detection and routing logic for multiple formats
  • Unified Format Handling: Consolidated CSV/TSV/PSV handling with automatic delimiter detection