Skip to content

Commit 11ae0b7

Browse files
committed
docs: add video poster, fix Chrome/Safari wording
1 parent 62ae147 commit 11ae0b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
**Debug iOS Safari from your AI agent.** No existing tool lets AI assistants interact with Safari on a real iPhone. Chrome DevTools MCP speaks CDP, which is incompatible with WebKit. This project bridges that gap.
1818

19-
<video src="https://github.com/user-attachments/assets/dcc0dc05-3a1f-4454-88a8-51ee28da9fd2" autoplay loop muted playsinline></video>
19+
<video src="https://github.com/user-attachments/assets/dcc0dc05-3a1f-4454-88a8-51ee28da9fd2" poster="https://github.com/user-attachments/assets/3901f7ff-6531-4866-b49e-cf5d17304327" autoplay loop muted playsinline></video>
2020

2121
100+ tools across all 27 WebKit Inspector Protocol domains — navigation, screenshots, DOM inspection, CSS, network interception, httpOnly cookies, JS debugging, heap snapshots, profiling, and more.
2222

2323
## Why?
2424

25-
- **Chrome DevTools MCP** exists for Chrome/Chromium. **Nothing existed for Safari** — until now.
25+
- **Chrome DevTools MCP** exists for desktop Chrome. **Nothing existed for iOS Safari** — until now.
2626
- **httpOnly cookies** are invisible to `document.cookie`. This tool reads them via the protocol.
2727
- **Real device testing** catches iOS-specific bugs that simulators miss.
2828
- Works with **Claude Code, VS Code, Cursor, Windsurf, Codex CLI, Antigravity, JetBrains**, and any MCP-compatible client.

0 commit comments

Comments
 (0)