1.30.0 (2025-12-19)
Full Changelog: v1.29.0...v1.30.0
⚠ BREAKING CHANGES
- mcp: remove deprecated tool schemes
- mcp: Migration: To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just
node /path/to/mcp/serverornpx package-namewill invoke code tools: changing your command to one of these is likely all you will need to do.
Bug Fixes
- mcp: pass base url to code tool (ed3f84d)
Chores
- mcp: remove deprecated tool schemes (f8295a3)