Skip to content

V1.16.1

Choose a tag to compare

@SepineTam SepineTam released this 22 Apr 02:55
· 112 commits to master since this release

Stata-MCP v1.16.1

Release Date: April 22, 2026
Type: Fix

What's New

Emergency hotfix for MCP server startup failure caused by help resource parameter mismatch.

Changes

  • MCP Server: Disable help resource registration to fix ValueError on startup. The help() function accepts (cmd, replace) but the resource URI only defined {cmd}, causing FastMCP to reject the registration. The help tool remains fully functional.