Skip to content

v5.5.1 — Dockerfile command args

Choose a tag to compare

@tomseidel tomseidel released this 23 Jul 12:54
· 20 commits to main since this release

Dockerfile CMD is now ["python", "-m", "slideforge_mcp"] (command + args) so container launchers that require a non-empty argument list — e.g. Glama's deploy config ("At least one command argument is required") — accept it. Adds slideforge_mcp/__main__.py. Behaviour identical to the slideforge-mcp console script.