@@ -7,6 +7,7 @@ docker-git clone <url> [options]
77docker-git open [<selector>] [options]
88docker-git apply [<url>] [options]
99docker-git mcp-playwright [<url>] [options]
10+ docker-git mcp-android [<url>] [options]
1011docker-git attach [<project-dir>] [options]
1112docker-git panes [<url>] [options]
1213docker-git scrap <action> [<url>] [options]
@@ -27,6 +28,7 @@ Commands:
2728 open Open an existing docker-git project by selector, URL, or path
2829 apply Apply docker-git config to an existing project/container (current dir by default)
2930 mcp-playwright Enable Playwright MCP + nested Chromium browser for an existing project dir
31+ mcp-android Enable Android MCP (mobile-mcp) + nested Android emulator for an existing project dir
3032 attach, tmux Attach to an existing docker-git project workspace with tmux
3133 panes, terms List tmux panes for a docker-git project
3234 scrap Export/import project scrap (session snapshot + rebuildable deps)
@@ -78,6 +80,7 @@ Options:
7880 --up | --no-up Run docker compose up after init (default: --up)
7981 --ssh | --no-ssh Auto-open SSH after create/clone (default: clone=--ssh, create=--no-ssh)
8082 --mcp-playwright | --no-mcp-playwright Enable Rust browser MCP + noVNC/CDP session (default: --no-mcp-playwright)
83+ --mcp-android | --no-mcp-android Enable Android MCP (mobile-mcp) + nested Android emulator sidecar (default: --no-mcp-android)
8184 --auto[=claude|codex|gemini|grok] Auto-execute an agent; without value picks by auth, random if multiple are available
8285 -d, --daemon browser: run the browser frontend server in the background after build
8386 --active apply-all: apply only to currently running containers (skip stopped ones)
0 commit comments