Skip to content

V1.18.0

Choose a tag to compare

@SepineTam SepineTam released this 03 Jun 10:34
· 36 commits to master since this release

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 verify to 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_path and find_default_index read-only helpers, mirroring install_to_* path discovery
  • Tests: Add 58 tests in tests/test_verify.py covering 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