Skip to content

Releases: matlab/mcp-framework-matlab-production-server

Correct type nesting in schema.

04 Dec 16:51

Choose a tag to compare

Bug fix: input and output schemas had an extra level of nesting for parameter data types. This was detected by Gemini but not by Claude or GitHub CoPilot.

Multiple tools in one server

02 Dec 18:39

Choose a tag to compare

  • Build multiple tools into a single MCP server.
  • Automatic generation of MCP tool description from function comments and argument blocks.
  • Automatically externalize non-scalar inputs and outputs.
  • Specify ImportOptions objects to deserialize externalized inputs.
  • Support for optional inputs and outputs in automatically generated wrapper functions.
  • Handwritten wrapper functions still supported (and will remain supported for the foreseeable future).

Results as text content.

13 Nov 00:05

Choose a tag to compare

Return tool outputs as separate text blocks in content array. JSON-encode MATLAB data to create text block for each output.

First release.

11 Nov 23:47

Choose a tag to compare

First release. Support for MCP tools only.