Skip to content

V1.17.2

Choose a tag to compare

@SepineTam SepineTam released this 19 May 09:33
· 68 commits to master since this release

Stata-MCP v1.17.2

Release Date: May 19, 2026
Type: Fix

What's New

Fixed stata-mcp update failing when installed via uv tool install by correcting the installation method detection logic.

Changes

  • Update: Fix uv-tool installation detection by using sys.prefix instead of sys.executable.resolve() to avoid false pip detection caused by Python interpreter symlinks (closes #69).