@kaeawc/auto-mobile 0.0.47 → 0.0.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaeawc/auto-mobile",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "Mobile device interaction automation via MCP",
5
5
  "scripts": {
6
6
  "test": "bun test --isolate",
@@ -11,6 +11,7 @@
11
11
  "test:memory-leaks": "bun --expose-gc scripts/detect-memory-leaks.ts",
12
12
  "test:integration:webrtc-mediamtx": "bash scripts/webrtc/run-mediamtx-publisher-integration.sh",
13
13
  "test:integration:webrtc-device": "bash scripts/webrtc/run-mediamtx-device-integration.sh",
14
+ "gate:android-video-baseline": "bun scripts/webrtc/android-video-baseline-gate.ts",
14
15
  "lint": "eslint . --fix --pass-on-unpruned-suppressions && bun scripts/check-host-shell-boundary.ts && bash scripts/check-no-new-direct-simctl.sh && bun scripts/check-no-direct-plutil.ts && bash scripts/check-no-new-direct-xcodebuild.sh && bash scripts/check-no-new-direct-security.sh && bash scripts/check-no-new-direct-git-metadata.sh && bash scripts/check-no-local-shell-quote.sh && bash scripts/check-app-bundle-metadata-boundary.sh && bash scripts/check-ffmpeg-execution-boundary.sh && bash scripts/check-simulator-tcc-sqlite-boundary.sh && bash scripts/check-daemon-launcher-boundary.sh",
15
16
  "lint:prune": "eslint . --prune-suppressions",
16
17
  "lint:baseline": "eslint . --suppress-rule max-depth --suppress-rule complexity --suppress-rule max-nested-callbacks --suppress-rule auto-mobile/no-accumulator-foreach",
@@ -111,7 +112,7 @@
111
112
  "pixelmatch": "^7.1.0",
112
113
  "pngjs": "^7.0.0",
113
114
  "reflect-metadata": "^0.2.2",
114
- "sharp": "0.34.5",
115
+ "sharp": "0.35.3",
115
116
  "werift": "^0.24.0",
116
117
  "ws": "^8.19.0",
117
118
  "xml2js": "^0.6.2",
@@ -136,30 +137,29 @@
136
137
  }
137
138
  },
138
139
  "optionalDependencies": {
139
- "@img/sharp-darwin-arm64": "0.34.5",
140
- "@img/sharp-darwin-x64": "0.34.5",
141
- "@img/sharp-libvips-darwin-arm64": "1.2.4",
142
- "@img/sharp-libvips-darwin-x64": "1.2.4",
143
- "@img/sharp-libvips-linux-arm": "1.2.4",
144
- "@img/sharp-libvips-linux-arm64": "1.2.4",
145
- "@img/sharp-libvips-linux-ppc64": "1.2.4",
146
- "@img/sharp-libvips-linux-riscv64": "1.2.4",
147
- "@img/sharp-libvips-linux-s390x": "1.2.4",
148
- "@img/sharp-libvips-linux-x64": "1.2.4",
149
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
150
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
151
- "@img/sharp-linux-arm": "0.34.5",
152
- "@img/sharp-linux-arm64": "0.34.5",
153
- "@img/sharp-linux-ppc64": "0.34.5",
154
- "@img/sharp-linux-riscv64": "0.34.5",
155
- "@img/sharp-linux-s390x": "0.34.5",
156
- "@img/sharp-linux-x64": "0.34.5",
157
- "@img/sharp-linuxmusl-arm64": "0.34.5",
158
- "@img/sharp-linuxmusl-x64": "0.34.5",
159
- "@img/sharp-wasm32": "0.34.5",
160
- "@img/sharp-win32-arm64": "0.34.5",
161
- "@img/sharp-win32-ia32": "0.34.5",
162
- "@img/sharp-win32-x64": "0.34.5"
140
+ "@img/sharp-darwin-arm64": "0.35.3",
141
+ "@img/sharp-darwin-x64": "0.35.3",
142
+ "@img/sharp-libvips-darwin-arm64": "1.3.2",
143
+ "@img/sharp-libvips-darwin-x64": "1.3.2",
144
+ "@img/sharp-libvips-linux-arm": "1.3.2",
145
+ "@img/sharp-libvips-linux-arm64": "1.3.2",
146
+ "@img/sharp-libvips-linux-ppc64": "1.3.2",
147
+ "@img/sharp-libvips-linux-riscv64": "1.3.2",
148
+ "@img/sharp-libvips-linux-s390x": "1.3.2",
149
+ "@img/sharp-libvips-linux-x64": "1.3.2",
150
+ "@img/sharp-libvips-linuxmusl-arm64": "1.3.2",
151
+ "@img/sharp-libvips-linuxmusl-x64": "1.3.2",
152
+ "@img/sharp-linux-arm": "0.35.3",
153
+ "@img/sharp-linux-arm64": "0.35.3",
154
+ "@img/sharp-linux-ppc64": "0.35.3",
155
+ "@img/sharp-linux-riscv64": "0.35.3",
156
+ "@img/sharp-linux-s390x": "0.35.3",
157
+ "@img/sharp-linux-x64": "0.35.3",
158
+ "@img/sharp-linuxmusl-arm64": "0.35.3",
159
+ "@img/sharp-linuxmusl-x64": "0.35.3",
160
+ "@img/sharp-win32-arm64": "0.35.3",
161
+ "@img/sharp-win32-ia32": "0.35.3",
162
+ "@img/sharp-win32-x64": "0.35.3"
163
163
  },
164
164
  "devDependencies": {
165
165
  "@faker-js/faker": "^10.2.0",
@@ -7694,6 +7694,50 @@
7694
7694
  "additionalProperties": false
7695
7695
  }
7696
7696
  },
7697
+ {
7698
+ "name": "setToolCapability",
7699
+ "description": "Enable or disable an optional AutoMobile tool capability for this MCP session.",
7700
+ "inputSchema": {
7701
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
7702
+ "type": "object",
7703
+ "properties": {
7704
+ "capability": {
7705
+ "type": "string",
7706
+ "enum": [
7707
+ "clipboard",
7708
+ "advanced-interaction",
7709
+ "app-permissions",
7710
+ "device-settings",
7711
+ "app-data-interop",
7712
+ "notifications",
7713
+ "telephony",
7714
+ "accessibility-tools",
7715
+ "screen-artifacts",
7716
+ "test-authoring",
7717
+ "network-inspection",
7718
+ "app-routing",
7719
+ "navigation-modeling",
7720
+ "biometric-auth"
7721
+ ],
7722
+ "description": "Optional tool capability to enable or disable for this MCP session."
7723
+ },
7724
+ "enabled": {
7725
+ "description": "Whether to enable the capability (default: true).",
7726
+ "default": true,
7727
+ "type": "boolean"
7728
+ },
7729
+ "sessionUuid": {
7730
+ "description": "Active connection or routing-session profile to update. Omit to update this MCP connection's profile.",
7731
+ "type": "string",
7732
+ "minLength": 1
7733
+ }
7734
+ },
7735
+ "required": [
7736
+ "capability"
7737
+ ],
7738
+ "additionalProperties": false
7739
+ }
7740
+ },
7697
7741
  {
7698
7742
  "name": "setUIState",
7699
7743
  "description": "Set multiple form fields by desired state.",