Skip to content

Commit 7b22c12

Browse files
Update README with Chrome for Claude references
- Add native host socket glob pattern to socket forwarding config example so Chrome for Claude is visible as a primary use case - Add doc link to Chrome for Claude integration guide in Documentation section Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 97f6034 commit 7b22c12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Add watch patterns to `~/.config/dbr/config.toml`:
267267

268268
```toml
269269
[socket_forwarding]
270-
watch_paths = ["/tmp/*.sock", "/run/user/1000/gnupg/S.gpg-agent"]
270+
watch_paths = ["/tmp/claude-mcp-browser-bridge-*/*.sock", "/tmp/*.sock", "/run/user/1000/gnupg/S.gpg-agent"]
271271
scan_interval_ms = 5000
272272
max_socket_forwards = 16
273273
container_path_prefix = "/tmp"
@@ -354,6 +354,7 @@ On Apple Silicon macOS, `cross` does not work reliably for `aarch64-unknown-linu
354354
- [CLI Developer Guide](docs/cli-guide.md) — terminal workflow setup, troubleshooting
355355
- [Team Adoption Guide](docs/team-guide.md) — adding to shared configs, VS Code compatibility FAQ
356356
- [Development Guide](docs/development.md) — building, testing, debugging, and iterating on `dbr`
357+
- [Chrome for Claude Integration](docs/claude-chrome-integration.md) — using Chrome for Claude from devcontainers
357358

358359
## License
359360

0 commit comments

Comments
 (0)