@mobilenext/mobile-mcp 0.0.41 → 0.0.42
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 +10 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -63,10 +63,19 @@ How we help to scale mobile automation:
|
|
|
63
63
|
|
|
64
64
|
- 🚀 **Fast and lightweight**: Uses native accessibility trees for most interactions, or screenshot based coordinates where a11y labels are not available.
|
|
65
65
|
- 🤖 **LLM-friendly**: No computer vision model required in Accessibility (Snapshot).
|
|
66
|
-
- 🧿 **Visual Sense**: Evaluates and analyses what
|
|
66
|
+
- 🧿 **Visual Sense**: Evaluates and analyses what's actually rendered on screen to decide the next action. If accessibility data or view-hierarchy coordinates are unavailable, it falls back to screenshot-based analysis.
|
|
67
67
|
- 📊 **Deterministic tool application**: Reduces ambiguity found in purely screenshot-based approaches by relying on structured data whenever possible.
|
|
68
68
|
- 📺 **Extract structured data**: Enables you to extract structred data from anything visible on screen.
|
|
69
69
|
|
|
70
|
+
### 🎯 Platform Support
|
|
71
|
+
|
|
72
|
+
| Platform | Supported |
|
|
73
|
+
|----------|:---------:|
|
|
74
|
+
| iOS Real Device | ✅ |
|
|
75
|
+
| iOS Simulator | ✅ |
|
|
76
|
+
| Android Real Device | ✅ |
|
|
77
|
+
| Android Emulator | ✅ |
|
|
78
|
+
|
|
70
79
|
## 🔧 Available MCP Tools
|
|
71
80
|
|
|
72
81
|
<details>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobilenext/mobile-mcp",
|
|
3
3
|
"mcpName": "io.github.mobile-next/mobile-mcp",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.42",
|
|
5
5
|
"description": "Mobile MCP",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"@modelcontextprotocol/sdk": "1.25.2",
|
|
28
28
|
"commander": "14.0.0",
|
|
29
29
|
"express": "5.1.0",
|
|
30
|
-
"fast-xml-parser": "5.
|
|
30
|
+
"fast-xml-parser": "5.3.4",
|
|
31
31
|
"zod": "^4.1.13",
|
|
32
32
|
"zod-to-json-schema": "3.25.0"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@mobilenext/mobilecli": "0.0.
|
|
35
|
+
"@mobilenext/mobilecli": "0.0.54"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/eslintrc": "^3.2.0",
|