Skip to content

Releases: matlab/matlab-agentic-toolkit

2026.04.10

10 Apr 16:23

Choose a tag to compare

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 uses claude mcp add CLI to register the MCP server correctly in ~/.claude/settings.json.
  • Added migration for legacy artifacts — Setup detects and cleans up the invalid ~/.claude/.mcp.json file 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

09 Apr 22:19

Choose a tag to compare

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 mcpServers from 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., debuggingmatlab-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

09 Apr 21:42

Choose a tag to compare

Initial release of the MATLAB Agentic Toolkit.