appium-mcp 1.8.5 → 1.8.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/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/server.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.8.7](https://github.com/appium/appium-mcp/compare/v1.8.6...v1.8.7) (2026-01-19)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump appium-ios-device from 3.1.0 to 3.1.7 ([#100](https://github.com/appium/appium-mcp/issues/100)) ([b572a50](https://github.com/appium/appium-mcp/commit/b572a500e0250ee70fef155ed8ba0dcd8302d73f))
|
|
6
|
+
|
|
7
|
+
## [1.8.6](https://github.com/appium/appium-mcp/compare/v1.8.5...v1.8.6) (2026-01-19)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** bump appium-adb from 12.13.1 to 14.1.8 ([#68](https://github.com/appium/appium-mcp/issues/68)) ([e6406e9](https://github.com/appium/appium-mcp/commit/e6406e992892a57d41c723cf11c4f7654515c9e1))
|
|
12
|
+
|
|
1
13
|
## [1.8.5](https://github.com/appium/appium-mcp/compare/v1.8.4...v1.8.5) (2026-01-19)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
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.8.
|
|
4
|
+
"version": "1.8.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@opentelemetry/sdk-node": "^0.208.0",
|
|
47
47
|
"@xenova/transformers": "^2.17.2",
|
|
48
48
|
"@xmldom/xmldom": "^0.9.8",
|
|
49
|
-
"appium-adb": "^
|
|
49
|
+
"appium-adb": "^14.1.8",
|
|
50
50
|
"appium-ios-device": "^3.1.0",
|
|
51
51
|
"appium-uiautomator2-driver": "^5.0.5",
|
|
52
52
|
"appium-xcuitest-driver": "^10.2.1",
|
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.8.
|
|
6
|
+
"version": "1.8.7",
|
|
7
7
|
"packages": [
|
|
8
8
|
{
|
|
9
9
|
"registryType": "npm",
|
|
10
10
|
"identifier": "appium-mcp",
|
|
11
|
-
"version": "1.8.
|
|
11
|
+
"version": "1.8.7",
|
|
12
12
|
"transport": {
|
|
13
13
|
"type": "stdio"
|
|
14
14
|
}
|