@midscene/ios-mcp 1.0.1-beta-20251208031856.0 → 1.0.1-beta-20251208033501.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 +14 -5
- package/dist/server.js +14 -5
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -64700,7 +64700,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
64700
64700
|
return;
|
|
64701
64701
|
}
|
|
64702
64702
|
}
|
|
64703
|
-
const getMidsceneVersion = ()=>"1.0.1-beta-
|
|
64703
|
+
const getMidsceneVersion = ()=>"1.0.1-beta-20251208033501.0";
|
|
64704
64704
|
const parsePrompt = (prompt)=>{
|
|
64705
64705
|
if ('string' == typeof prompt) return {
|
|
64706
64706
|
textPrompt: prompt,
|
|
@@ -69381,7 +69381,7 @@ function stringifyDumpData(data, indents) {
|
|
|
69381
69381
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
69382
69382
|
}
|
|
69383
69383
|
function getVersion() {
|
|
69384
|
-
return "1.0.1-beta-
|
|
69384
|
+
return "1.0.1-beta-20251208033501.0";
|
|
69385
69385
|
}
|
|
69386
69386
|
function debugLog(...message) {
|
|
69387
69387
|
const debugMode = process.env[env_namespaceObject.MIDSCENE_DEBUG_MODE];
|
|
@@ -84320,7 +84320,7 @@ function stringifyDumpData(data, indents) {
|
|
|
84320
84320
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
84321
84321
|
}
|
|
84322
84322
|
function getVersion() {
|
|
84323
|
-
return "1.0.1-beta-
|
|
84323
|
+
return "1.0.1-beta-20251208033501.0";
|
|
84324
84324
|
}
|
|
84325
84325
|
function utils_debugLog(...message) {
|
|
84326
84326
|
const debugMode = process.env[env_types/* .MIDSCENE_DEBUG_MODE */.n0];
|
|
@@ -88804,7 +88804,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
88804
88804
|
return;
|
|
88805
88805
|
}
|
|
88806
88806
|
}
|
|
88807
|
-
const getMidsceneVersion = ()=>"1.0.1-beta-
|
|
88807
|
+
const getMidsceneVersion = ()=>"1.0.1-beta-20251208033501.0";
|
|
88808
88808
|
const parsePrompt = (prompt)=>{
|
|
88809
88809
|
if ('string' == typeof prompt) return {
|
|
88810
88810
|
textPrompt: prompt,
|
|
@@ -92471,7 +92471,7 @@ const ios_tools_debug = (0,es_logger/* .getDebug */.aZ)('mcp:ios-tools');
|
|
|
92471
92471
|
constructor(){
|
|
92472
92472
|
super({
|
|
92473
92473
|
name: '@midscene/ios-mcp',
|
|
92474
|
-
version: '1.0.1-beta-
|
|
92474
|
+
version: '1.0.1-beta-20251208033501.0',
|
|
92475
92475
|
description: 'Midscene MCP Server for iOS automation'
|
|
92476
92476
|
});
|
|
92477
92477
|
}
|
|
@@ -124821,6 +124821,15 @@ class BaseMCPServer {
|
|
|
124821
124821
|
this.toolsManager?.closeBrowser?.().catch(console.error);
|
|
124822
124822
|
}
|
|
124823
124823
|
async launch() {
|
|
124824
|
+
console.log = (...args)=>{
|
|
124825
|
+
console.error('[LOG]', ...args);
|
|
124826
|
+
};
|
|
124827
|
+
console.info = (...args)=>{
|
|
124828
|
+
console.error('[INFO]', ...args);
|
|
124829
|
+
};
|
|
124830
|
+
console.debug = (...args)=>{
|
|
124831
|
+
console.error('[DEBUG]', ...args);
|
|
124832
|
+
};
|
|
124824
124833
|
await this.initializeToolsManager();
|
|
124825
124834
|
const transport = new StdioServerTransport();
|
|
124826
124835
|
try {
|
package/dist/server.js
CHANGED
|
@@ -64699,7 +64699,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
64699
64699
|
return;
|
|
64700
64700
|
}
|
|
64701
64701
|
}
|
|
64702
|
-
const getMidsceneVersion = ()=>"1.0.1-beta-
|
|
64702
|
+
const getMidsceneVersion = ()=>"1.0.1-beta-20251208033501.0";
|
|
64703
64703
|
const parsePrompt = (prompt)=>{
|
|
64704
64704
|
if ('string' == typeof prompt) return {
|
|
64705
64705
|
textPrompt: prompt,
|
|
@@ -69380,7 +69380,7 @@ function stringifyDumpData(data, indents) {
|
|
|
69380
69380
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
69381
69381
|
}
|
|
69382
69382
|
function getVersion() {
|
|
69383
|
-
return "1.0.1-beta-
|
|
69383
|
+
return "1.0.1-beta-20251208033501.0";
|
|
69384
69384
|
}
|
|
69385
69385
|
function debugLog(...message) {
|
|
69386
69386
|
const debugMode = process.env[env_namespaceObject.MIDSCENE_DEBUG_MODE];
|
|
@@ -102516,6 +102516,15 @@ class BaseMCPServer {
|
|
|
102516
102516
|
this.toolsManager?.closeBrowser?.().catch(console.error);
|
|
102517
102517
|
}
|
|
102518
102518
|
async launch() {
|
|
102519
|
+
console.log = (...args)=>{
|
|
102520
|
+
console.error('[LOG]', ...args);
|
|
102521
|
+
};
|
|
102522
|
+
console.info = (...args)=>{
|
|
102523
|
+
console.error('[INFO]', ...args);
|
|
102524
|
+
};
|
|
102525
|
+
console.debug = (...args)=>{
|
|
102526
|
+
console.error('[DEBUG]', ...args);
|
|
102527
|
+
};
|
|
102519
102528
|
await this.initializeToolsManager();
|
|
102520
102529
|
const transport = new StdioServerTransport();
|
|
102521
102530
|
try {
|
|
@@ -117233,7 +117242,7 @@ function stringifyDumpData(data, indents) {
|
|
|
117233
117242
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
117234
117243
|
}
|
|
117235
117244
|
function getVersion() {
|
|
117236
|
-
return "1.0.1-beta-
|
|
117245
|
+
return "1.0.1-beta-20251208033501.0";
|
|
117237
117246
|
}
|
|
117238
117247
|
function utils_debugLog(...message) {
|
|
117239
117248
|
const debugMode = process.env[env_types/* .MIDSCENE_DEBUG_MODE */.n0];
|
|
@@ -121717,7 +121726,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
121717
121726
|
return;
|
|
121718
121727
|
}
|
|
121719
121728
|
}
|
|
121720
|
-
const getMidsceneVersion = ()=>"1.0.1-beta-
|
|
121729
|
+
const getMidsceneVersion = ()=>"1.0.1-beta-20251208033501.0";
|
|
121721
121730
|
const parsePrompt = (prompt)=>{
|
|
121722
121731
|
if ('string' == typeof prompt) return {
|
|
121723
121732
|
textPrompt: prompt,
|
|
@@ -125384,7 +125393,7 @@ const ios_tools_debug = (0,es_logger/* .getDebug */.aZ)('mcp:ios-tools');
|
|
|
125384
125393
|
constructor(){
|
|
125385
125394
|
super({
|
|
125386
125395
|
name: '@midscene/ios-mcp',
|
|
125387
|
-
version: '1.0.1-beta-
|
|
125396
|
+
version: '1.0.1-beta-20251208033501.0',
|
|
125388
125397
|
description: 'Midscene MCP Server for iOS automation'
|
|
125389
125398
|
});
|
|
125390
125399
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios-mcp",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-20251208033501.0",
|
|
4
4
|
"description": "Midscene MCP Server for iOS automation",
|
|
5
5
|
"bin": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dotenv": "^16.4.5",
|
|
28
28
|
"typescript": "^5.8.3",
|
|
29
29
|
"vitest": "3.0.5",
|
|
30
|
-
"@midscene/core": "1.0.1-beta-
|
|
31
|
-
"@midscene/
|
|
32
|
-
"@midscene/
|
|
30
|
+
"@midscene/core": "1.0.1-beta-20251208033501.0",
|
|
31
|
+
"@midscene/ios": "1.0.1-beta-20251208033501.0",
|
|
32
|
+
"@midscene/shared": "1.0.1-beta-20251208033501.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@silvia-odwyer/photon": "0.3.3",
|