mcp-page-bridge 0.1.0 → 0.1.3
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/bridge.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
} from "@modelcontextprotocol/sdk/types.js";
|
|
22
22
|
|
|
23
23
|
// ../protocol/src/index.ts
|
|
24
|
-
var MCP_PAGE_BRIDGE_VERSION = "0.1.
|
|
24
|
+
var MCP_PAGE_BRIDGE_VERSION = "0.1.3";
|
|
25
25
|
var WS_SUBPROTOCOL = "mcp";
|
|
26
26
|
var DEFAULT_PORT = 8787;
|
|
27
27
|
var NAMESPACE_SEP = "__";
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-page-bridge",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP bridge that aggregates live browser-page MCP servers and exposes them to a coding agent over stdio",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Eray Ates",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/rytsh/
|
|
10
|
+
"url": "git+https://github.com/rytsh/mcp-page-bridge.git"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"mcp",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"typescript": "^5.7.3",
|
|
48
48
|
"vitest": "^2.1.8",
|
|
49
49
|
"zod": "^3.25.0",
|
|
50
|
-
"
|
|
50
|
+
"mcp-page-bridge-protocol": "0.1.3"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"start": "tsx src/cli.ts",
|