the-android-mcp 3.22.0 → 3.24.0
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 +19 -0
- package/dist/web-ui.d.ts.map +1 -1
- package/dist/web-ui.js +1033 -57
- package/dist/web-ui.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,6 +38,24 @@ 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 designed for complete beginners 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, futuristic gradients, and visual mission feedback.
|
|
48
|
+
|
|
49
|
+
### Screenshots
|
|
50
|
+
|
|
51
|
+
Desktop:
|
|
52
|
+
|
|
53
|
+

|
|
54
|
+
|
|
55
|
+
Android live session (captured from connected device workflow):
|
|
56
|
+
|
|
57
|
+

|
|
58
|
+
|
|
41
59
|
## Quick Start (Copy/Paste)
|
|
42
60
|
|
|
43
61
|
```bash
|
|
@@ -182,6 +200,7 @@ Based on the original project: [infiniV/Android-Ui-MCP](https://github.com/infin
|
|
|
182
200
|
|
|
183
201
|
## Table of Contents
|
|
184
202
|
|
|
203
|
+
- [Web UI v3 (Local 50000)](#web-ui-v3-local-50000)
|
|
185
204
|
- [AI Agent Configuration](#ai-agent-configuration)
|
|
186
205
|
- [Installation](#installation)
|
|
187
206
|
- [GUI App (Linux)](#gui-app-linux)
|
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;AA4zczC,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"}
|