Skip to content

V1.16.0

Choose a tag to compare

@SepineTam SepineTam released this 20 Apr 09:20
· 116 commits to master since this release
3c77df6

Stata-MCP v1.16.0

Release Date: April 20, 2026
Type: Feature

What's New

Reduced token usage and improved stability with streamlined tool descriptions, session cleanup, and folder migration support.

Changes

  • Doctor: Add cleanup check to scan and remove old files, with CLEAN_LOG_DAYS config and --dry-run support (PR #66 closes #63)
  • Config: Add configurable STATA_MCP__FOLDER_TAG with migration warning for legacy stata-mcp-folder (PR #67)
  • Stata Do: Fix Unix session hang by inserting clear before do-file execution (PR #64 closes #60)
  • API: Rename is_read_log to read_log_when_error for clearer intent (PR #65 closes #59)
  • MCP Server: Trim verbose tool docstrings to reduce LLM token consumption (closes #58)