v0.1.1 - Fix Python Package Distribution
馃悰 Bug Fix Release
This release fixes the packaging issue in v0.1.0 where Python source code was not included.
Fixed
- Package installation error: Resolved
ModuleNotFoundError: No module named 'src' - Maturin configuration: Added
python-packages = ["src"]to properly include Python source code in wheels
Changes
- Update
pyproject.tomlwith correct maturin configuration - Bump version to 0.1.1
Installation
# Using pip
pip install cocode-mcp
# Using uvx (isolated environment)
uvx --from cocode-mcp cocode
# Using pipx
pipx install cocode-mcpVerification
cocode --helpShould now work without errors!
Full Changelog: v0.1.0...v0.1.1