From 4133fe925fab6600d125fff9494d5a24bd83e0e9 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 2 Aug 2026 09:51:06 -0700 Subject: [PATCH] docs(browser): note mcporter auto-detects the extension relay (#118066) Co-authored-by: Peter Steinberger Co-authored-by: Claude Fable 5 --- docs/tools/chrome-extension.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tools/chrome-extension.md b/docs/tools/chrome-extension.md index a5abbe6c3367..6c33027cbb9f 100644 --- a/docs/tools/chrome-extension.md +++ b/docs/tools/chrome-extension.md @@ -115,6 +115,13 @@ headers }` for scripting. The token is the same host-local relay secret the pairing string carries: treat it as private, and rotate it by deleting `credentials/browser-extension-relay.secret` and pairing again. +[mcporter](https://github.com/openclaw/mcporter) needs no wiring at all: when a +paired relay answers on this host, it transparently rewrites +`chrome-devtools-mcp --autoConnect` server commands to the relay endpoint, so +agents calling Chrome DevTools through mcporter skip the remote-debugging +prompt automatically (set `MCPORTER_DISABLE_CHROME_DEVTOOLS_RELAY=1` there to +opt out). + ### Tab copilot side panel After pairing the extension, click **Open tab copilot** in its toolbar popup.