v0.1.0 - Initial Release
feat: initial release v0.1.0
- Full MCP server exposing manimgl scene, mobject, and animation functionality
- Scene management (create, clear, state save/restore, camera, wait)
- Mobject creation tools (shapes, 3D objects, text, LaTeX, graphs, coordinate systems)
- Mobject manipulation tools (move, scale, rotate, color, arrangement)
- Animation tools (transform, fade, grow, rotate, scale, shift, indicate, write, path movement)
- Rendering tools (render to video, save single frame, script generation)
- Full pytest suite with 72 tests
- Linted with ruff format, prospector (ruff check + mypy), semgrep, vulture
- CI/CD workflows configured
- Pre-commit hooks configured