Use Case
I tried to run the agentic toolkit installer with all local resources for company wide offline installations. for my prove of concept, I cloned the matk and satk as well as the latest version of the mcp server.
I cut the internet connection to prevent the installer from downloading anything.
the installer told me, where it expected the mcp server executable, and i put it there and called
setupAgenticToolkit("install", Toolkit=["matlab", "simulink"], Source=["matlab=some/path/", "simulink=some/other/path/"]);
the output of that command was:
Warning: MATLAB MCP Server Toolbox is not installed and cannot be downloaded
in offline mode. Install manually:
1. Download the .mltbx from https://github.com/matlab/matlab-mcp-core-server/releases
2. In MATLAB, run: matlab.addons.toolbox.installToolbox("<path-to-file>.mltbx")
> In [setupAgenticToolkit](matlab:matlab.lang.internal.introspective.errorDocCallback('setupAgenticToolkit'))
In [setupAgenticToolkit](matlab:matlab.lang.internal.introspective.errorDocCallback('setupAgenticToolkit'))
In [setupAgenticToolkit](matlab:matlab.lang.internal.introspective.errorDocCallback('setupAgenticToolkit'))
In ...
Relevant Skill or MCP Tool
matlab-mcp-server
Proposed Behavior
the mcp server exe contains a packaged mcp server toolbox, which can be installed via the --setup-matlab flag. The agentic toolkit installer should use that to install the toolbox instead of expecting the mltbx file for the mcp server toolbox.
Current Workaround
workaround would be to put an offline version of the mltbx somewhere as well, I don't know where the installer expects it though.
Additional Context
No response
Use Case
I tried to run the agentic toolkit installer with all local resources for company wide offline installations. for my prove of concept, I cloned the matk and satk as well as the latest version of the mcp server.
I cut the internet connection to prevent the installer from downloading anything.
the installer told me, where it expected the mcp server executable, and i put it there and called
the output of that command was:
Relevant Skill or MCP Tool
matlab-mcp-server
Proposed Behavior
the mcp server exe contains a packaged mcp server toolbox, which can be installed via the
--setup-matlabflag. The agentic toolkit installer should use that to install the toolbox instead of expecting the mltbx file for the mcp server toolbox.Current Workaround
workaround would be to put an offline version of the mltbx somewhere as well, I don't know where the installer expects it though.
Additional Context
No response