v5.5.1 — Dockerfile command args
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.