Skip to content

V1.13.8

Choose a tag to compare

@SepineTam SepineTam released this 06 Dec 05:43
· 513 commits to master since this release

Stata-MCP v1.13.8

Release Date: December 6, 2025
Type: Code Refactoring

What's New

Major agent mode refactoring with modern agents.as framework replacing deprecated LangChain implementation.

Changes

  • Agent Architecture: Added REPLAgent using agents.as framework for better performance
  • Modern Framework: Replaced deprecated LangChain-based mode module with agents.as
  • CLI Update: Updated agent mode CLI to use new REPLAgent implementation
  • Code Cleanup: Removed 396 lines of deprecated code for cleaner codebase