@midscene/mcp 1.2.2 → 1.2.3-beta-20260120095429.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.
package/dist/index.js CHANGED
@@ -24060,9 +24060,6 @@ var __webpack_modules__ = {
24060
24060
  lib.z.object({
24061
24061
  millisecond: lib.z.number().default(1000).optional().describe('Sleep duration in milliseconds, defaults to 1000ms (1 second)')
24062
24062
  });
24063
- lib.z.object({
24064
- message: lib.z.string().optional().describe('The conclusion, data, or return value that the user needs. This message will be provided to the user when the task is finalized.')
24065
- });
24066
24063
  require("node:assert");
24067
24064
  __webpack_require__("../../node_modules/.pnpm/semver@7.5.2/node_modules/semver/index.js");
24068
24065
  __webpack_require__("../../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js");
@@ -24604,7 +24601,7 @@ For more information, visit: https://midscenejs.com/mcp-migration
24604
24601
  constructor(){
24605
24602
  super({
24606
24603
  name: '@midscene/mcp',
24607
- version: '1.2.2',
24604
+ version: '1.2.3-beta-20260120095429.0',
24608
24605
  description: 'Deprecated - Use @midscene/web-bridge-mcp, @midscene/android-mcp, or @midscene/ios-mcp'
24609
24606
  });
24610
24607
  }
package/dist/server.js CHANGED
@@ -31260,9 +31260,6 @@ var __webpack_exports__ = {};
31260
31260
  lib.z.object({
31261
31261
  millisecond: lib.z.number().default(1000).optional().describe('Sleep duration in milliseconds, defaults to 1000ms (1 second)')
31262
31262
  });
31263
- lib.z.object({
31264
- message: lib.z.string().optional().describe('The conclusion, data, or return value that the user needs. This message will be provided to the user when the task is finalized.')
31265
- });
31266
31263
  require("node:assert");
31267
31264
  __webpack_require__("../../node_modules/.pnpm/semver@7.5.2/node_modules/semver/index.js");
31268
31265
  __webpack_require__("../../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js");
@@ -31804,7 +31801,7 @@ For more information, visit: https://midscenejs.com/mcp-migration
31804
31801
  constructor(){
31805
31802
  super({
31806
31803
  name: '@midscene/mcp',
31807
- version: '1.2.2',
31804
+ version: '1.2.3-beta-20260120095429.0',
31808
31805
  description: 'Deprecated - Use @midscene/web-bridge-mcp, @midscene/android-mcp, or @midscene/ios-mcp'
31809
31806
  });
31810
31807
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/mcp",
3
- "version": "1.2.2",
3
+ "version": "1.2.3-beta-20260120095429.0",
4
4
  "description": "Deprecated - Use @midscene/web-bridge-mcp, @midscene/android-mcp, or @midscene/ios-mcp",
5
5
  "bin": "dist/index.js",
6
6
  "files": [
@@ -25,11 +25,11 @@
25
25
  "@rslib/core": "^0.18.3",
26
26
  "@types/node": "^18.0.0",
27
27
  "typescript": "^5.8.3",
28
- "@midscene/android": "1.2.2",
29
- "@midscene/core": "1.2.2",
30
- "@midscene/shared": "1.2.2",
31
28
  "@midscene/report": "1.0.0",
32
- "@midscene/web": "1.2.2"
29
+ "@midscene/android": "1.2.3-beta-20260120095429.0",
30
+ "@midscene/core": "1.2.3-beta-20260120095429.0",
31
+ "@midscene/shared": "1.2.3-beta-20260120095429.0",
32
+ "@midscene/web": "1.2.3-beta-20260120095429.0"
33
33
  },
34
34
  "license": "MIT",
35
35
  "scripts": {