@midscene/mcp 0.16.0 → 0.16.1
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -505,7 +505,7 @@ const PROMPTS = {
|
|
|
505
505
|
(0, utils_namespaceObject.setIsMcp)(true);
|
|
506
506
|
const src_server = new mcp_js_namespaceObject.McpServer({
|
|
507
507
|
name: '@midscene/mcp',
|
|
508
|
-
version: '0.16.
|
|
508
|
+
version: '0.16.1',
|
|
509
509
|
description: 'Midscene MCP Server: Control the browser using natural language commands for navigation, clicking, input, hovering, and achieving goals. Also supports screenshots and JavaScript execution.'
|
|
510
510
|
});
|
|
511
511
|
src_server.resource('playwright-example', 'file:///playwright-example.mdx', async (uri)=>({
|
package/dist/index.js
CHANGED
|
@@ -479,7 +479,7 @@ const PROMPTS = {
|
|
|
479
479
|
(0, __WEBPACK_EXTERNAL_MODULE__midscene_shared_utils_b0457388__.setIsMcp)(true);
|
|
480
480
|
const src_server = new __WEBPACK_EXTERNAL_MODULE__modelcontextprotocol_sdk_server_mcp_js_2c42c5d0__.McpServer({
|
|
481
481
|
name: '@midscene/mcp',
|
|
482
|
-
version: '0.16.
|
|
482
|
+
version: '0.16.1',
|
|
483
483
|
description: 'Midscene MCP Server: Control the browser using natural language commands for navigation, clicking, input, hovering, and achieving goals. Also supports screenshots and JavaScript execution.'
|
|
484
484
|
});
|
|
485
485
|
src_server.resource('playwright-example', 'file:///playwright-example.mdx', async (uri)=>({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/mcp",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"@modelcontextprotocol/sdk": "1.10.1",
|
|
31
31
|
"puppeteer": "24.2.0",
|
|
32
32
|
"zod": "3.24.3",
|
|
33
|
-
"@midscene/
|
|
34
|
-
"@midscene/shared": "0.16.
|
|
35
|
-
"@midscene/
|
|
33
|
+
"@midscene/web": "0.16.1",
|
|
34
|
+
"@midscene/shared": "0.16.1",
|
|
35
|
+
"@midscene/core": "0.16.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rslib build",
|