@midscene/android 1.2.1-beta-20260108154312.0 → 1.2.1-beta-20260109075435.0

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.
@@ -1061,8 +1061,13 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
1061
1061
  ],
1062
1062
  isError: false
1063
1063
  };
1064
- },
1065
- autoDestroy: false
1064
+ }
1065
+ },
1066
+ {
1067
+ name: 'android_disconnect',
1068
+ description: 'Disconnect from current Android device and release ADB resources',
1069
+ schema: {},
1070
+ handler: this.createDisconnectHandler('Android device')
1066
1071
  }
1067
1072
  ];
1068
1073
  }
@@ -1106,8 +1106,13 @@ class AndroidMidsceneTools extends mcp_namespaceObject.BaseMidsceneTools {
1106
1106
  ],
1107
1107
  isError: false
1108
1108
  };
1109
- },
1110
- autoDestroy: false
1109
+ }
1110
+ },
1111
+ {
1112
+ name: 'android_disconnect',
1113
+ description: 'Disconnect from current Android device and release ADB resources',
1114
+ schema: {},
1115
+ handler: this.createDisconnectHandler('Android device')
1111
1116
  }
1112
1117
  ];
1113
1118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.2.1-beta-20260108154312.0",
3
+ "version": "1.2.1-beta-20260109075435.0",
4
4
  "description": "Android automation library for Midscene",
5
5
  "keywords": [
6
6
  "Android UI automation",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "appium-adb": "12.12.1",
35
- "@midscene/shared": "1.2.1-beta-20260108154312.0",
36
- "@midscene/core": "1.2.1-beta-20260108154312.0"
35
+ "@midscene/core": "1.2.1-beta-20260109075435.0",
36
+ "@midscene/shared": "1.2.1-beta-20260109075435.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@rslib/core": "^0.18.3",
@@ -43,7 +43,7 @@
43
43
  "tsx": "^4.19.2",
44
44
  "vitest": "3.0.5",
45
45
  "zod": "3.24.3",
46
- "@midscene/playground": "1.2.1-beta-20260108154312.0"
46
+ "@midscene/playground": "1.2.1-beta-20260109075435.0"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {