Skip to content

9 MCP tools missing from CLI commands #3

@rafiki270

Description

@rafiki270

Problem

9 tools are registered as MCP tools but have no corresponding CLI commands:

  1. mollotov_toast — show overlay message on device
  2. mollotov_debug_screens — get connected screen info (iOS)
  3. mollotov_set_debug_overlay — toggle debug overlay (iOS)
  4. mollotov_get_debug_overlay — get debug overlay state (iOS)
  5. mollotov_safari_auth — authenticate via Safari (iOS)
  6. mollotov_set_orientation — set device orientation
  7. mollotov_get_orientation — get device orientation
  8. mollotov_set_renderer — switch renderer engine (macOS)
  9. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions