V1.17.2
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.prefixinstead ofsys.executable.resolve()to avoid false pip detection caused by Python interpreter symlinks (closes #69).