@mobilenext/mobile-mcp 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ This server allows Agents and LLMs to interact with native iOS/Android applicati
7
7
 
8
8
  <p align="center">
9
9
  <a href="https://github.com/mobile-next/">
10
- <img alt="mobile-mcp" src="https://github.com/mobile-next/mobile-next-assets/blob/main/mobile-mcp-banner.png?raw=true" width="600">
10
+ <img alt="mobile-mcp" src="https://raw.githubusercontent.com/mobile-next/mobile-next-assets/refs/heads/main/mobile-mcp-banner.png" width="600">
11
11
  </a>
12
12
  </p>
13
13
 
@@ -39,8 +39,8 @@ How we help to scale mobile automation:
39
39
  ## Mobile MCP Architecture
40
40
 
41
41
  <p align="center">
42
- <a href="/images/mobile-mcp-arch.png">
43
- <img alt="mobile-mcp" src="https://github.com/mobile-next/mobile-next-assets/blob/main/mobile-mcp-arch.png?raw=true" width="600">
42
+ <a href="https://raw.githubusercontent.com/mobile-next/mobile-next-assets/refs/heads/main/mobile-mcp-arch.png">
43
+ <img alt="mobile-mcp" src="https://raw.githubusercontent.com/mobile-next/mobile-next-assets/refs/heads/main/mobile-mcp-arch.png" width="600">
44
44
  </a>
45
45
  </p>
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilenext/mobile-mcp",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Mobile MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,6 +14,7 @@
14
14
  "build": "tsc",
15
15
  "lint": "eslint .",
16
16
  "watch": "tsc --watch",
17
+ "start": "node lib/index.js",
17
18
  "clean": "rm -rf lib"
18
19
  },
19
20
  "exports": {