V1.18.0
Stata-MCP v1.18.0
Release Date: June 3, 2026
Type: Feature
What's New
Adds a read-only verify subcommand for diagnosing whether MCP-for-Stata is registered in a target client, and rebrands the project to MCP-for-Stata per StataCorp request.
Changes
- Verify: Add
stata-mcp verifyto read-only check whether MCP-for-Stata is registered in a built-in MCP client or a custom JSON/TOML config file - Verify: Flags suspicious stdio commands (localhost,
http://) as warnings, with separate exit codes for file/key/parse/schema failures - Installer: Add
find_config_pathandfind_default_indexread-only helpers, mirroringinstall_to_*path discovery - Tests: Add 58 tests in
tests/test_verify.pycovering success, parse, schema, warnings, and CLI routing - Rebrand: Rename project to MCP-for-Stata per StataCorp request (pyproject, CITATION, README across en/zh/es/fr)
- Build: Fix AGPL-3.0 SPDX classifier spelling in pyproject.toml that blocked
uv sync