💬 Commit message: Update 2026-02-06 20:47:41, 1 files, 9 lines

📁 Files changed: 1
📝 Lines changed: 9

  • CLAUDE.md
This commit is contained in:
Adam Ladachowski
2026-02-06 20:47:41 +01:00
parent 1e9c3e4ac7
commit 44a4721e2c
+9
View File
@@ -72,3 +72,12 @@ Save screenshots to `screenshots/` directory:
```bash
curl localhost:13373 -d '{"cmd":"screenshot","path":"screenshots/page.png"}'
```
## MCP Server
Run as MCP server for Claude Code integration:
```bash
claude-browse-mcp
```
The MCP server (`src/mcp.ts`) exposes all browser commands as tools. It uses stdio transport and auto-launches the browser on first command.