appium-mcp 1.92.9 → 1.92.10

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,9 @@
1
+ ## [1.92.10](https://github.com/appium/appium-mcp/compare/v1.92.9...v1.92.10) (2026-08-29)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump support ([#498](https://github.com/appium/appium-mcp/issues/498)) ([badc62b](https://github.com/appium/appium-mcp/commit/badc62b2490d890150840e5b48b56ef422037ef0))
6
+
1
7
  ## [1.92.9](https://github.com/appium/appium-mcp/compare/v1.92.8...v1.92.9) (2026-08-28)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-mcp",
3
- "version": "1.92.9",
3
+ "version": "1.92.10",
4
4
  "description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation",
5
5
  "bugs": {
6
6
  "url": "https://github.com/appium/appium-mcp/issues"
@@ -68,7 +68,7 @@
68
68
  "version": "npm run sync-version"
69
69
  },
70
70
  "dependencies": {
71
- "@appium/support": "^7.0.2",
71
+ "@appium/support": "^7.2.6",
72
72
  "@modelcontextprotocol/sdk": "^1.22.0",
73
73
  "@wdio/logger": "^9.29.1",
74
74
  "@xmldom/xmldom": "^0.9.8",
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.92.9",
6
+ "version": "1.92.10",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "appium-mcp",
11
- "version": "1.92.9",
11
+ "version": "1.92.10",
12
12
  "transport": {
13
13
  "type": "stdio"
14
14
  }