Skip to content

V1.15.0

Choose a tag to compare

@SepineTam SepineTam released this 07 Apr 16:00
· 143 commits to master since this release
268c42b

Stata-MCP v1.15.0

Release Date: April 7, 2026
Type: Feature | Performance

Author's rambling: Codex and Claude Code are insanely good. These features? Built with them. I barely even need to review their code — the quality is honestly better than what I'd write myself, and way faster too. All I do is yap about design ideas for a while, and boom, the job's done. Works wonders for economics research too. Three cheers for Claude and ChatGPT 🎉

What's New

Performance boost with faster startup, new CLI commands, enhanced data preview, and improved log reading.

Changes

  • Performance: Refactor to tool registry pattern with lazy imports for faster MCP server startup (Yes, I heard you 👀)
  • Data Info: Add head parameter for data preview and full-variable caching with on-demand filtering
  • Read Log: Add lines parameter for content trimming; dict format trims by entry count, not text lines
  • CLI: Add stata-mcp doctor diagnostics and stata-mcp update auto-update subcommands
  • Docs: Update CLI docs, CLAUDE.md, and tool descriptions for server profiles, doctor, update commands