mcp-page-bridge-protocol 0.2.2 → 0.2.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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* browser-side client (extension). Keep this dependency-free so it can be
|
|
4
4
|
* bundled into a service worker / content script as well as Node.
|
|
5
5
|
*/
|
|
6
|
-
export declare const MCP_PAGE_BRIDGE_VERSION = "0.2.
|
|
6
|
+
export declare const MCP_PAGE_BRIDGE_VERSION = "0.2.3";
|
|
7
7
|
/** WebSocket subprotocol negotiated between the browser client and the bridge. */
|
|
8
8
|
export declare const WS_SUBPROTOCOL = "mcp";
|
|
9
9
|
/** Default port the bridge listens on for browser WebSocket connections. */
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* browser-side client (extension). Keep this dependency-free so it can be
|
|
4
4
|
* bundled into a service worker / content script as well as Node.
|
|
5
5
|
*/
|
|
6
|
-
export const MCP_PAGE_BRIDGE_VERSION = "0.2.
|
|
6
|
+
export const MCP_PAGE_BRIDGE_VERSION = "0.2.3";
|
|
7
7
|
/** WebSocket subprotocol negotiated between the browser client and the bridge. */
|
|
8
8
|
export const WS_SUBPROTOCOL = "mcp";
|
|
9
9
|
/** Default port the bridge listens on for browser WebSocket connections. */
|