appium-mcp 1.88.0 → 1.88.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.88.1](https://github.com/appium/appium-mcp/compare/v1.88.0...v1.88.1) (2026-07-25)
2
+
1
3
  ## [1.88.0](https://github.com/appium/appium-mcp/compare/v1.87.10...v1.88.0) (2026-07-25)
2
4
 
3
5
  ## [1.87.10](https://github.com/appium/appium-mcp/compare/v1.87.9...v1.87.10) (2026-07-25)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appium-mcp",
3
3
  "mcpName": "io.github.appium/appium-mcp",
4
- "version": "1.88.0",
4
+ "version": "1.88.1",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -69,7 +69,7 @@
69
69
  "ios-mobileprovision-finder": "^1.2.1",
70
70
  "lru-cache": "^11.5.0",
71
71
  "node-simctl": "^8.0.4",
72
- "webdriver": "^9.23.0",
72
+ "webdriver": "^9.30.0",
73
73
  "xpath": "^0.0.34",
74
74
  "zod": "^4.3.6"
75
75
  },
@@ -126,6 +126,6 @@
126
126
  ]
127
127
  },
128
128
  "engines": {
129
- "node": ">=22 <26"
129
+ "node": ">=22"
130
130
  }
131
131
  }
package/server.json CHANGED
@@ -3,12 +3,12 @@
3
3
  "name": "io.github.appium/appium-mcp",
4
4
  "title": "MCP Appium - Mobile Development and Automation Server",
5
5
  "description": "MCP server for Appium mobile automation on iOS and Android devices with test creation tools.",
6
- "version": "1.88.0",
6
+ "version": "1.88.1",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "appium-mcp",
11
- "version": "1.88.0",
11
+ "version": "1.88.1",
12
12
  "transport": {
13
13
  "type": "stdio"
14
14
  }