Skip to content

V1.13.0

Choose a tag to compare

@SepineTam SepineTam released this 20 Nov 09:20
· 540 commits to master since this release

Stata-MCP v1.13.0

Release Date: November 20, 2025
Type: Major Feature Release

What's New

Enhanced security, comprehensive package management, and expanded agent framework.

Changes

  • Agent-as-Tools Framework: Complete framework for converting agents to MCP tools
  • Shell-Escape Protection: Security guard to block Stata shell-escape directives (Contributed by @123mutouren321414, fixes #20)
  • ADO Package Framework: Comprehensive installation system with SSC, GitHub, and net install support
  • Multi-Provider API: Provider class for flexible API provider management in set_model
  • Pathlib Migration: Complete migration from os.path to pathlib.Path for better cross-platform support
  • Enhanced Error Handling: Improved type safety and parameter design across tools
  • StataHelp Class: Refactored help functionality into dedicated modular class