Storyboard
The MCP storyboard server isn't running.
What this is
Interactive storyboard interface for the video-generation-rental project. Authoring loop:
create_storyboard— new storyboard with a $ capgenerate_panel— Gemini image as a "shot"render_storyboard— produces this view, with SSE live-reloadsend_panels_to_video— bridges panels to a running RunPod video session
To get a live view here
- Open Claude Code with the
video-generation-rentalMCP server connected. - Ask Claude to run
create_storyboard(...)+generate_panel(...). - Then
render_storyboard(storyboard_id="...")— that boots the SSE server on piccolo:7777. - Refresh this page. Traefik will proxy through to the live view (SSE included).
Past renders
Storyboards rendered earlier are served as static HTML (no live updates, but viewable):
Direct access (skip Traefik)
If the Mac running the MCP server is reachable on Tailscale, you can also tunnel:
ssh -L 7777:127.0.0.1:7777 piccolo
Then http://localhost:7777/<sb_id>/render.html.