the-android-mcp 3.23.0 → 3.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/dist/web-ui.d.ts.map +1 -1
- package/dist/web-ui.js +577 -45
- package/dist/web-ui.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,6 +38,27 @@ sequenceDiagram
|
|
|
38
38
|
M-->>A: Result (fields found, submit tapped)
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
+
## Web UI v3 (Local 50000)
|
|
42
|
+
|
|
43
|
+
The local web cockpit is now English-first and beginner-first, with advanced controls hidden behind an explicit toggle.
|
|
44
|
+
|
|
45
|
+
- URL: `http://127.0.0.1:50000`
|
|
46
|
+
- Start command: `the-android-mcp-web-ui --serve --host 127.0.0.1 --port 50000`
|
|
47
|
+
- UX direction: plain-language actions, large guided cards, and clearer operational feedback.
|
|
48
|
+
- Structure: `Simple Mode` for daily actions, `Expert Area` for full controls.
|
|
49
|
+
- Expert Area: large control sets are grouped into collapsible modules with `Expand All Modules` / `Collapse All Modules`.
|
|
50
|
+
- Startup safety: schedule auto-resume is disabled by default; enable with `THE_ANDROID_MCP_RESUME_SCHEDULES_ON_START=1`.
|
|
51
|
+
|
|
52
|
+
### Screenshots
|
|
53
|
+
|
|
54
|
+
Desktop:
|
|
55
|
+
|
|
56
|
+

|
|
57
|
+
|
|
58
|
+
Android live session (captured from connected device workflow):
|
|
59
|
+
|
|
60
|
+

|
|
61
|
+
|
|
41
62
|
## Quick Start (Copy/Paste)
|
|
42
63
|
|
|
43
64
|
```bash
|
|
@@ -182,6 +203,7 @@ Based on the original project: [infiniV/Android-Ui-MCP](https://github.com/infin
|
|
|
182
203
|
|
|
183
204
|
## Table of Contents
|
|
184
205
|
|
|
206
|
+
- [Web UI v3 (Local 50000)](#web-ui-v3-local-50000)
|
|
185
207
|
- [AI Agent Configuration](#ai-agent-configuration)
|
|
186
208
|
- [Installation](#installation)
|
|
187
209
|
- [GUI App (Linux)](#gui-app-linux)
|
|
@@ -265,6 +287,10 @@ gemini mcp add the-android-mcp npx the-android-mcp
|
|
|
265
287
|
### Codex
|
|
266
288
|
On install, the package auto-adds the server to `~/.codex/config.toml` if the file exists.
|
|
267
289
|
To skip auto-setup, set `THE_ANDROID_MCP_NO_CODEX_SETUP=1`.
|
|
290
|
+
To skip Web UI auto-start on install, set `THE_ANDROID_MCP_NO_WEB_UI_AUTOSTART=1`.
|
|
291
|
+
|
|
292
|
+
Web UI schedule auto-resume on startup is disabled by default to prevent unintended background device actions.
|
|
293
|
+
To explicitly restore active schedules on startup, set `THE_ANDROID_MCP_RESUME_SCHEDULES_ON_START=1`.
|
|
268
294
|
|
|
269
295
|
If you need to add it manually, use:
|
|
270
296
|
```toml
|
package/dist/web-ui.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"web-ui.d.ts","sourceRoot":"","sources":["../src/web-ui.ts"],"names":[],"mappings":";AAKA,OAAO,IAAyC,MAAM,MAAM,CAAC;AAgB7D,eAAO,MAAM,mBAAmB,cAAc,CAAC;AAC/C,eAAO,MAAM,mBAAmB,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"web-ui.d.ts","sourceRoot":"","sources":["../src/web-ui.ts"],"names":[],"mappings":";AAKA,OAAO,IAAyC,MAAM,MAAM,CAAC;AAgB7D,eAAO,MAAM,mBAAmB,cAAc,CAAC;AAC/C,eAAO,MAAM,mBAAmB,QAAQ,CAAC;AAkidzC,wBAAgB,gBAAgB,CAAC,OAAO,GAAE;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAO,GAAG,IAAI,CAAC,MAAM,CAgC5F;AAED,wBAAsB,qBAAqB,CAAC,OAAO,GAAE;IACnD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACV,GAAG,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAiBhF"}
|