@mcp-b/transports implements low-level tab, iframe, extension, and userscript
paths. @mcp-b/mcp-iframe wraps iframe forwarding.
@mcp-b/webmcp-local-relay connects browser tools to desktop clients through
localhost and stdio. Upstream chrome-devtools-mcp uses the Chrome DevTools
Protocol for coding-agent workflows.
Each bridge establishes a security boundary. Origin validation, connection
identity, extension permissions, and relay exposure must be configured in the
corresponding package. Tool execution remains in the page.
Start with the @mcp-b/transports reference.