@rpascene/mcp 0.30.19 → 0.30.20

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -219261,7 +219261,7 @@ ${defaultRunDirName}/dump\n${defaultRunDirName}/report\n${defaultRunDirName}/tmp
219261
219261
  return JSON.stringify(data, replacerForPageObject, indents);
219262
219262
  }
219263
219263
  function getVersion() {
219264
- return "0.30.18";
219264
+ return "0.30.19";
219265
219265
  }
219266
219266
  function utils_debugLog(...message) {
219267
219267
  const debugMode = process.env[MIDSCENE_DEBUG_MODE];
@@ -221966,7 +221966,7 @@ ${defaultRunDirName}/dump\n${defaultRunDirName}/report\n${defaultRunDirName}/tmp
221966
221966
  }) : execution.tasks
221967
221967
  };
221968
221968
  }
221969
- const getRpasceneVersion = ()=>"0.30.18";
221969
+ const getRpasceneVersion = ()=>"0.30.19";
221970
221970
  const parsePrompt = (prompt)=>{
221971
221971
  if ('string' == typeof prompt) return {
221972
221972
  textPrompt: prompt,
@@ -227301,7 +227301,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
227301
227301
  logMsg('one client connected');
227302
227302
  this.socket = socket;
227303
227303
  const clientVersion = socket.handshake.query.version;
227304
- logMsg(`Bridge connected, cli-side version v0.30.18, browser-side version v${clientVersion}`);
227304
+ logMsg(`Bridge connected, cli-side version v0.30.19, browser-side version v${clientVersion}`);
227305
227305
  socket.on(common_BridgeEvent.CallResponse, (params)=>{
227306
227306
  const id = params.id;
227307
227307
  const response = params.response;
@@ -227329,7 +227329,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
227329
227329
  var _this_onConnect, _this;
227330
227330
  null == (_this_onConnect = (_this = this).onConnect) || _this_onConnect.call(_this);
227331
227331
  const payload = {
227332
- version: "0.30.18"
227332
+ version: "0.30.19"
227333
227333
  };
227334
227334
  socket.emit(common_BridgeEvent.Connected, payload);
227335
227335
  Promise.resolve().then(()=>{
@@ -252291,7 +252291,7 @@ URL: ${formattedInfo.url}`
252291
252291
  setIsMcp(true);
252292
252292
  const src_server = new McpServer({
252293
252293
  name: '@rpascene/mcp',
252294
- version: '0.30.18',
252294
+ version: '0.30.19',
252295
252295
  description: 'Rpascene MCP Server: Control the browser using natural language commands for navigation, clicking, input, hovering, and achieving goals. Also supports screenshots and JavaScript execution.'
252296
252296
  });
252297
252297
  src_server.tool(tools.rpascene_playwright_example.name, tools.rpascene_playwright_example.description, {}, async ()=>({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpascene/mcp",
3
- "version": "0.30.19",
3
+ "version": "0.30.20",
4
4
  "description": "RPA mcp",
5
5
  "bin": "dist/index.js",
6
6
  "files": [
@@ -16,10 +16,10 @@
16
16
  "typescript": "^5.8.3",
17
17
  "vitest": "3.0.5",
18
18
  "zod": "3.24.3",
19
- "@rpascene/android": "0.30.19",
20
- "@rpascene/shared": "0.30.19",
21
- "@rpascene/web": "0.30.19",
22
- "@rpascene/core": "0.30.19"
19
+ "@rpascene/shared": "0.30.20",
20
+ "@rpascene/web": "0.30.20",
21
+ "@rpascene/core": "0.30.20",
22
+ "@rpascene/android": "0.30.20"
23
23
  },
24
24
  "dependencies": {
25
25
  "@silvia-odwyer/photon": "0.3.3",