v0.1.2
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 servev0.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
pytestwas never a declared dependency. The publish workflow's test step failed withFailed to spawn: pytest, because thedevdependency group listed onlyruffandmypy. Local runs had masked this:uv run pytestsilently fetches an ephemeral copy, so the suite passed on a developer machine and failed on a clean CI checkout.pytest>=8.0is now declared, anduv.lockupdated to match.
Requirements
Python 3.10+ and Blender 5.0 with the bundled add-on.