browser-console-mcp 1.0.8 → 1.1.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.
@@ -1,10 +1 @@
1
- /**
2
- * Browser MCP Relay Server
3
- *
4
- * This server is responsible for:
5
- * 1. Providing static file service, including browser-mcp-server.js and browser-inject.js
6
- * 2. Establishing WebSocket server to receive connections from browsers
7
- * 3. Establishing communication with the MCP server in the browser
8
- * 4. Communicating with Cursor via stdio (MCP protocol)
9
- */
10
1
  export {};