Skip to content

Releases: daedalus/mcp-manimgl

v0.1.2

Choose a tag to compare

@daedalus daedalus released this 15 May 18:07
ddfe74f
Merge pull request #1 from daedalus/copilot/debug-dependency-resoluti…

v0.1.1

Choose a tag to compare

@daedalus daedalus released this 14 May 19:19

What's Changed

  • feat: add audio tools (narration TTS, MIDI music rendering, ffmpeg ducking)
  • fix: correct manimgl rendering args, audio mixing loop bug, and LaTeX escaping
  • Add youtube video with thumbnail
  • fix mcp-publish.yml

v0.1.0 - Initial Release

Choose a tag to compare

@daedalus daedalus released this 14 May 18:41

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