Problem
9 tools are registered as MCP tools but have no corresponding CLI commands:
mollotov_toast — show overlay message on device
mollotov_debug_screens — get connected screen info (iOS)
mollotov_set_debug_overlay — toggle debug overlay (iOS)
mollotov_get_debug_overlay — get debug overlay state (iOS)
mollotov_safari_auth — authenticate via Safari (iOS)
mollotov_set_orientation — set device orientation
mollotov_get_orientation — get device orientation
mollotov_set_renderer — switch renderer engine (macOS)
mollotov_get_renderer — get current renderer engine (macOS)
Expected
Each MCP tool should have a corresponding mollotov <command> CLI command with:
- Proper help text and
--llm-help metadata in command-metadata.ts
- Documentation in
docs/cli.md
- Platform availability noted where applicable
Files to update
packages/cli/src/commands/index.ts — register new commands
packages/cli/src/help/command-metadata.ts — add metadata entries
docs/cli.md — document new commands
Problem
9 tools are registered as MCP tools but have no corresponding CLI commands:
mollotov_toast— show overlay message on devicemollotov_debug_screens— get connected screen info (iOS)mollotov_set_debug_overlay— toggle debug overlay (iOS)mollotov_get_debug_overlay— get debug overlay state (iOS)mollotov_safari_auth— authenticate via Safari (iOS)mollotov_set_orientation— set device orientationmollotov_get_orientation— get device orientationmollotov_set_renderer— switch renderer engine (macOS)mollotov_get_renderer— get current renderer engine (macOS)Expected
Each MCP tool should have a corresponding
mollotov <command>CLI command with:--llm-helpmetadata incommand-metadata.tsdocs/cli.mdFiles to update
packages/cli/src/commands/index.ts— register new commandspackages/cli/src/help/command-metadata.ts— add metadata entriesdocs/cli.md— document new commands