Releases: matlab/matlab-agentic-toolkit
Releases · matlab/matlab-agentic-toolkit
2026.04.10
What's New — 2026.04.10
Patch release fixing Claude Code MCP server configuration.
Bug Fixes
- Fixed Claude Code MCP config path — Setup was writing to
~/.claude/.mcp.json, which is not a valid config location. Now usesclaude mcp addCLI to register the MCP server correctly in~/.claude/settings.json. - Added migration for legacy artifacts — Setup detects and cleans up the invalid
~/.claude/.mcp.jsonfile left by previous versions. - Inlined Claude Code setup instructions — Setup instructions are now embedded directly in SKILL.md to prevent stale plugin cache from serving outdated guidance.
2026.04.09.2
What's New — 2026.04.09
Multi-Platform Agent Support
The setup skill now configures MCP and skills for multiple AI coding agents beyond Claude Code:
- GitHub Copilot — Automated MCP configuration for VS Code
- Google Gemini CLI — Automated setup with skills at
~/.agents/skills/ - Sourcegraph Amp — Global MCP config with workspace guidance
- OpenAI Codex — Plugin metadata and setup documentation
- Cursor — Plugin manifest and MCP template fixes
Setup Skill Improvements
- Skills now install to a shared location (
~/.agents/skills/) usable by all platforms - Setup skill owns all MCP configuration (removed
mcpServersfrom plugin manifest) - MCP template files moved to a dedicated
templates/folder - Fixed macOS MATLAB discovery for non-standard directory names
Skills
- All matlab-core skills renamed with
matlab-prefix for consistency (e.g.,debugging→matlab-debugging) - Creating Live Scripts — Improved for human-readable plain-text output
Documentation
- Restructured docs for platform neutrality
- Cleaned up Getting Started guide
2026.04.09
Initial release of the MATLAB Agentic Toolkit.