MCP Servers: Call tools provided by external MCP servers
You can now call tools provided by external MCP servers from LLMs that support tool calling.
First, create an MCP client using the MATLAB MCP HTTP Client add-on. Convert the tools provided by that MCP client into an openAIFunction object. Then, you can call the tools using models provided by the OpenAI® Chat Completions API , Azure® OpenAI Service or Ollama™.
Azure OpenAI Service: New default API
By default, the azureChat function now uses the Azure API version "2024-06-01".
Support for o1-mini has been removed
Support for the o1-mini model has been removed because it is no longer supported by OpenAI.
Minor Updates
This release includes:
- bug fixes
- documentation updates