This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdded Anaconda/Miniconda installation support for end users and developers.
Full changelog
What's Changed
Added Anaconda/Miniconda installation support — users can now set up the server with a single conda command.
Conda Support
For end users (no repo clone needed):
conda env create -f environment.yml
conda activate matlab-mcp
matlab-mcp --inspect
For developers (from repo clone):
conda env create -f environment-dev.yml
conda activate matlab-mcp-dev
pytest tests/ -x -q
CI
- conda-test-pypi — validates
environment.ymlinstalls from PyPI and server loads - conda-test-dev — validates
environment-dev.ymlinstalls from source and all tests pass - 19 CI jobs total across Linux, Windows, macOS, Docker, conda
Full Changelog
https://github.com/HanSur94/matlab-mcp-server-python/compare/v2.0.1...v2.0.2
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About HanSur94/matlab-mcp-server-python
Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard.
Related context
Beta — feedback welcome: [email protected]