@kaeawc/auto-mobile 0.0.6 → 0.0.7

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 CHANGED
@@ -2,26 +2,19 @@
2
2
 
3
3
  ![AutoMobile sticker](https://github.com/kaeawc/auto-mobile/raw/main/docs/img/auto_mobile_sticker_splash.png)
4
4
 
5
- <a href="https://glama.ai/mcp/servers/@kaeawc/auto-mobile">
6
- <img width="380" height="200" src="https://glama.ai/mcp/servers/@kaeawc/auto-mobile/badge" alt="AutoMobile MCP server" />
7
- </a>
5
+ AutoMobile is a set of tools for mobile automation. Use it for UI testing, development workflows, or AI-powered mobile app interaction through the Model Context Protocol (MCP).
8
6
 
9
- AutoMobile is a set of tools for mobile automation. You can use it for UI testing or as a development workflow
10
- assistant.
7
+ This is a fork of the original source at https://github.com/zillow/auto-mobile
11
8
 
12
- This is a fork of the original source at []
9
+ ## Demo
13
10
 
14
- ## How it works
15
-
16
- - 🔧 **[Powerful MCP Server](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/index.md)**: AutoMobile provides comprehensive [actions](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/actions.md) through MCP
17
- tool calls with a fast [observations](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/observation.md) to drive the
18
- [interaction loop](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/interaction-loop.md).
19
- - 🧪 **[Test Execution](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/test-execution/index.md)** - Run tests locally or on CI without extra infrastructure.
20
- - ⚡ **[UI Performance Audit](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/ui-performance-audit.md)** - Automated detection of jank, poor FPS, and rendering issues during automation.
11
+ ![AutoMobile Demo](https://github.com/kaeawc/auto-mobile/raw/main/docs/img/clock-app-demo.gif)
21
12
 
22
- All together you get a system that looks like this:
13
+ ## How it works
23
14
 
24
- ![automobile_system_design.png](https://github.com/kaeawc/auto-mobile/raw/main/docs/img/automobile_system_design.png)
15
+ - 🔧 **[Powerful MCP Server](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/index.md)**: Comprehensive [actions](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/tools.md) through MCP tool calls with fast [observations](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/observation.md) to drive the [interaction loop](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/interaction-loop.md)
16
+ - 🧪 **[Test Execution](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/test-execution/index.md)**: Run tests locally or on CI without extra infrastructure
17
+ - ⚡ **[UI Performance Audit](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/ui-performance-audit.md)**: Automated detection of jank, poor FPS, and rendering issues during automation
25
18
 
26
19
  ## Contributing
27
20
 
package/README.md.backup CHANGED
@@ -1,30 +1,23 @@
1
1
  # AutoMobile
2
2
 
3
- ![AutoMobile sticker](docs/img/auto_mobile_sticker_splash.png)
3
+ ![AutoMobile sticker](https://github.com/kaeawc/auto-mobile/raw/main/docs/img/auto_mobile_sticker_splash.png)
4
4
 
5
- <a href="https://glama.ai/mcp/servers/@kaeawc/auto-mobile">
6
- <img width="380" height="200" src="https://glama.ai/mcp/servers/@kaeawc/auto-mobile/badge" alt="AutoMobile MCP server" />
7
- </a>
5
+ AutoMobile is a set of tools for mobile automation. Use it for UI testing, development workflows, or AI-powered mobile app interaction through the Model Context Protocol (MCP).
8
6
 
9
- AutoMobile is a set of tools for mobile automation. You can use it for UI testing or as a development workflow
10
- assistant.
7
+ This is a fork of the original source at https://github.com/zillow/auto-mobile
11
8
 
12
- This is a fork of the original source at []
9
+ ## Demo
13
10
 
14
- ## How it works
15
-
16
- - 🔧 **[Powerful MCP Server](docs/features/mcp-server/index.md)**: AutoMobile provides comprehensive [actions](docs/features/mcp-server/actions.md) through MCP
17
- tool calls with a fast [observations](docs/features/mcp-server/observation.md) to drive the
18
- [interaction loop](docs/features/mcp-server/interaction-loop.md).
19
- - 🧪 **[Test Execution](docs/features/test-execution/index.md)** - Run tests locally or on CI without extra infrastructure.
20
- - ⚡ **[UI Performance Audit](docs/features/ui-performance-audit.md)** - Automated detection of jank, poor FPS, and rendering issues during automation.
11
+ ![AutoMobile Demo](https://github.com/kaeawc/auto-mobile/raw/main/docs/img/clock-app-demo.gif)
21
12
 
22
- All together you get a system that looks like this:
13
+ ## How it works
23
14
 
24
- ![automobile_system_design.png](docs/img/automobile_system_design.png)
15
+ - 🔧 **[Powerful MCP Server](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/index.md)**: Comprehensive [actions](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/tools.md) through MCP tool calls with fast [observations](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/observation.md) to drive the [interaction loop](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/mcp-server/interaction-loop.md)
16
+ - 🧪 **[Test Execution](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/test-execution/index.md)**: Run tests locally or on CI without extra infrastructure
17
+ - ⚡ **[UI Performance Audit](https://github.com/kaeawc/auto-mobile/blob/main/docs/features/ui-performance-audit.md)**: Automated detection of jank, poor FPS, and rendering issues during automation
25
18
 
26
19
  ## Contributing
27
20
 
28
- - [Code of Conduct](CODE_OF_CONDUCT.md)
21
+ - [Code of Conduct](https://github.com/kaeawc/auto-mobile/blob/main/CODE_OF_CONDUCT.md)
29
22
  - Please report security vulnerabilities via GitHub
30
- - [Contributing](.github/CONTRIBUTING.md)
23
+ - [Contributing](https://github.com/kaeawc/auto-mobile/blob/main/.github/CONTRIBUTING.md)