Skip to content

v0.1.2

Choose a tag to compare

@seehiong seehiong released this 22 Aug 06:49
· 1 commit to main since this release

Fixes the release workflow, which could not run its own test suite. No changes to the server, tools or design rules.

uvx blender-mcp-bridge serve

v0.1.1 was tagged but never reached PyPI — its publish run failed before upload — so this release supersedes it. Installing blender-mcp-bridge moves you from 0.1.0 to 0.1.2.

Fixed

  • pytest was never a declared dependency. The publish workflow's test step failed with Failed to spawn: pytest, because the dev dependency group listed only ruff and mypy. Local runs had masked this: uv run pytest silently fetches an ephemeral copy, so the suite passed on a developer machine and failed on a clean CI checkout. pytest>=8.0 is now declared, and uv.lock updated to match.

Requirements

Python 3.10+ and Blender 5.0 with the bundled add-on.

Links