Skip to content

Commit 5e1e25b

Browse files
committed
docs(changeset): document Android MCP integration
REF: issue-436
1 parent 3cd6aa8 commit 5e1e25b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@prover-coder-ai/docker-git": minor
3+
---
4+
5+
Add Android MCP integration alongside the existing Playwright MCP support (issue #436).
6+
7+
Projects can now opt into a nested Android emulator sidecar driven by the
8+
`@mobilenext/mobile-mcp` server, mirroring how Playwright MCP works. Enable it
9+
with the new `--mcp-android` / `--no-mcp-android` create flags, the `mcp-android`
10+
subcommand, the interactive create-flow prompt, or the `enableMcpAndroid` field
11+
on the web/API create-project request. When enabled, the generated
12+
`docker-compose.yml` adds a gated `docker-android` emulator service (KVM,
13+
ADB port forwarding, headless CI mode) and the agent MCP config writers register
14+
the Android server so it coexists with Playwright.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ bun run docker-git clone https://github.com/ProverCoderAI/docker-git/issues/122
7171

7272
- `--force` пересоздаёт окружение и удаляет volumes проекта.
7373
- `--mcp-playwright` включает Playwright MCP и Chromium sidecar для браузерной автоматизации.
74+
- `--mcp-android` включает Android MCP (`@mobilenext/mobile-mcp`) и вложенный sidecar с Android-эмулятором (`docker-android`) для мобильной автоматизации.
7475

7576
Автоматический запуск агента:
7677

0 commit comments

Comments
 (0)