@kaeawc/auto-mobile 0.0.12 → 0.0.13
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 +16 -1
- package/README.md.backup +16 -1
- package/dist/src/index.js +201 -201
- package/dist/src/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# AutoMobile
|
|
2
2
|
|
|
3
|
+
[](https://github.com/kaeawc/auto-mobile/actions/workflows/pull_request.yml)
|
|
4
|
+
[](https://github.com/kaeawc/auto-mobile/actions/workflows/merge.yml)
|
|
5
|
+
[](https://github.com/kaeawc/auto-mobile/actions/workflows/nightly.yml)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+

|
|
15
|
+

|
|
16
|
+

|
|
17
|
+
|
|
3
18
|

|
|
4
19
|
|
|
5
20
|
**AutoMobile lets AI agents control your mobile devices using natural language.** Tell an AI what you want to do, and it interacts with your Android or iOS app.
|
|
@@ -36,7 +51,7 @@ It can do all this by being an MCP server that uses standard platform tools like
|
|
|
36
51
|
You can use our interactive installer to step through all host platform requirements and configuration options. It checks host dependencies, optionally downloads Android or iOS developer tools, and configured the MCP daemon.
|
|
37
52
|
|
|
38
53
|
``` bash title="One-line install (click to copy)"
|
|
39
|
-
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/main/scripts/install
|
|
54
|
+
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/refs/heads/main/scripts/install.sh | bash
|
|
40
55
|
```
|
|
41
56
|
|
|
42
57
|
or you can read and follow the [step-by-step manual guide](https://github.com/kaeawc/auto-mobile/blob/main/docs/install.md).
|
package/README.md.backup
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# AutoMobile
|
|
2
2
|
|
|
3
|
+
[](https://github.com/kaeawc/auto-mobile/actions/workflows/pull_request.yml)
|
|
4
|
+
[](https://github.com/kaeawc/auto-mobile/actions/workflows/merge.yml)
|
|
5
|
+
[](https://github.com/kaeawc/auto-mobile/actions/workflows/nightly.yml)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+

|
|
15
|
+

|
|
16
|
+

|
|
17
|
+
|
|
3
18
|

|
|
4
19
|
|
|
5
20
|
**AutoMobile lets AI agents control your mobile devices using natural language.** Tell an AI what you want to do, and it interacts with your Android or iOS app.
|
|
@@ -36,7 +51,7 @@ It can do all this by being an MCP server that uses standard platform tools like
|
|
|
36
51
|
You can use our interactive installer to step through all host platform requirements and configuration options. It checks host dependencies, optionally downloads Android or iOS developer tools, and configured the MCP daemon.
|
|
37
52
|
|
|
38
53
|
``` bash title="One-line install (click to copy)"
|
|
39
|
-
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/main/scripts/install
|
|
54
|
+
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/refs/heads/main/scripts/install.sh | bash
|
|
40
55
|
```
|
|
41
56
|
|
|
42
57
|
or you can read and follow the [step-by-step manual guide](docs/install.md).
|