Skip to content

v0.1.5

Latest

Choose a tag to compare

@surajinacademia surajinacademia released this 18 Aug 03:50
fa94d22

Cellpose compatibility fix

Cellpose MCP 0.1.5 restores server startup and image-restoration compatibility by using Cellpose 3.1.1.2.

Fixed

  • Prevents the server import failure caused by the removed Cellpose 4 restoration classes.
  • Corrects the Cellpose 3 segmentation, restoration, upsampling, diameter, and training API contracts.
  • Rejects invalid built-in model names while preserving custom model files.
  • Adds clean-install, packaging, and supported-version checks to CI and the PyPI workflow.

Compatibility

  • Python 3.10, 3.11, or 3.12
  • Cellpose 3.1.1.2

Upgrade

python -m pip install --upgrade cellpose-mcp==0.1.5

This release resolves issue #6.