@mcp-b/transports 4.0.0-beta.20260702175639 → 4.0.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -533,7 +533,7 @@ MCP is an open protocol that standardizes how AI applications connect to externa
|
|
|
533
533
|
|
|
534
534
|
### Is this compatible with Claude Desktop, Cursor, or VS Code Copilot?
|
|
535
535
|
|
|
536
|
-
Yes! These transports implement the MCP standard, making them compatible with any MCP client. Use
|
|
536
|
+
Yes! These transports implement the MCP standard, making them compatible with any MCP client. Use upstream `chrome-devtools-mcp` to connect desktop AI agents to browser-based tools.
|
|
537
537
|
|
|
538
538
|
### How do I handle cross-origin communication?
|
|
539
539
|
|
|
@@ -558,7 +558,7 @@ Yes! `TabServerTransport` and `TabClientTransport` work entirely within a web pa
|
|
|
558
558
|
- [`@mcp-b/global`](https://docs.mcp-b.ai/packages/global/reference) - Full MCP-B browser runtime
|
|
559
559
|
- [`@mcp-b/react-webmcp`](https://docs.mcp-b.ai/packages/react-webmcp/reference) - React hooks for MCP tool registration
|
|
560
560
|
- [`@mcp-b/extension-tools`](https://docs.mcp-b.ai/packages/extension-tools/reference) - 62+ Chrome Extension API tools for MCP
|
|
561
|
-
- [
|
|
561
|
+
- [`chrome-devtools-mcp`](https://github.com/ChromeDevTools/chrome-devtools-mcp) - Upstream Chrome DevTools MCP server
|
|
562
562
|
- [`@modelcontextprotocol/sdk`](https://www.npmjs.com/package/@modelcontextprotocol/sdk) - Official MCP SDK
|
|
563
563
|
|
|
564
564
|
## Resources
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-b/transports",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Browser transport implementations for Model Context Protocol (MCP) - postMessage, Chrome extension messaging, and iframe communication for AI agents and LLMs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-agents",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
64
64
|
"zod": "3.25.76",
|
|
65
|
-
"@mcp-b/webmcp-ts-sdk": "4.0.0
|
|
65
|
+
"@mcp-b/webmcp-ts-sdk": "4.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/chrome": "^0.0.326",
|