@midscene/ios 1.3.1 → 1.3.3-beta-20260129023218.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.
@@ -1232,7 +1232,7 @@ class IOSMCPServer extends BaseMCPServer {
1232
1232
  constructor(toolsManager){
1233
1233
  super({
1234
1234
  name: '@midscene/ios-mcp',
1235
- version: "1.3.1",
1235
+ version: "1.3.3-beta-20260129023218.0",
1236
1236
  description: 'Control the iOS device using natural language commands'
1237
1237
  }, toolsManager);
1238
1238
  }