appium-mcp 1.86.0 → 1.86.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,9 @@
1
+ ## [1.86.1](https://github.com/appium/appium-mcp/compare/v1.86.0...v1.86.1) (2026-06-19)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 25.9.4 to 26.0.0 ([#416](https://github.com/appium/appium-mcp/issues/416)) ([00bcac5](https://github.com/appium/appium-mcp/commit/00bcac51f50025f1bc4fa71d80c6915eb11cdf13))
6
+
1
7
  ## [1.86.0](https://github.com/appium/appium-mcp/compare/v1.85.10...v1.86.0) (2026-06-19)
2
8
 
3
9
  ### Features
@@ -8,10 +8,10 @@ export type ScrollDistancePreset = (typeof SCROLL_DISTANCE_PRESETS)[number];
8
8
  export declare const LOCATOR_STRATEGIES: readonly ["accessibility id", "id", "-ios predicate string", "-ios class chain", "-android uiautomator", "xpath", "name", "class name", "css selector"];
9
9
  export declare const gestureSchema: z.ZodObject<{
10
10
  action: z.ZodEnum<{
11
- scroll: "scroll";
12
11
  tap: "tap";
13
12
  double_tap: "double_tap";
14
13
  long_press: "long_press";
14
+ scroll: "scroll";
15
15
  swipe: "swipe";
16
16
  pinch_zoom: "pinch_zoom";
17
17
  scroll_to_element: "scroll_to_element";
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.86.0",
4
+ "version": "1.86.1",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -94,7 +94,7 @@
94
94
  "@semantic-release/changelog": "^6.0.3",
95
95
  "@semantic-release/git": "^10.0.1",
96
96
  "@types/jest": "^30.0.0",
97
- "@types/node": "^25.0.9",
97
+ "@types/node": "^26.0.0",
98
98
  "conventional-changelog-conventionalcommits": "^9.1.0",
99
99
  "husky": "^9.1.7",
100
100
  "jest": "^30.2.0",
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.86.0",
6
+ "version": "1.86.1",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "appium-mcp",
11
- "version": "1.86.0",
11
+ "version": "1.86.1",
12
12
  "transport": {
13
13
  "type": "stdio"
14
14
  }