docs(browser): add MCP tool spec

This commit is contained in:
Peter Steinberger
2025-12-19 23:57:35 +00:00
parent d54ecc3961
commit 46b9006de2
3 changed files with 232 additions and 153 deletions

View File

@@ -97,3 +97,4 @@ git commit -m "Add Clawd workspace"
- Keep heartbeats enabled so the assistant can schedule reminders, monitor inboxes, and trigger camera captures.
- For browser-driven verification, use `clawdis browser` (tabs/status/screenshot) with the clawd-managed Chrome profile.
- For DOM inspection, use `clawdis browser eval|query|dom|snapshot` (and `--json`/`--out` when you need machine output).
- For advanced actions, use `clawdis browser tool browser_* --args '{...}'` (Playwright MCP parity).