Skip to content

Commit ca0c8ca

Browse files
committed
docs: add Claude Code prompt examples to Quick Start
1 parent 68c3280 commit ca0c8ca

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,30 @@ Add to your Claude Code config (`.mcp.json`):
8787
}
8888
```
8989

90+
### Claude Code Prompts
91+
92+
Once the MCP server is configured, you can ask Claude Code things like:
93+
94+
```
95+
Connect to my iPhone's Safari and show me the page title
96+
97+
List all Safari tabs on my device
98+
99+
Take a screenshot of the current page
100+
101+
Show me all cookies including httpOnly ones
102+
103+
Run document.querySelectorAll('a') and list all links
104+
105+
Monitor network requests while I interact with the page
106+
107+
Check what's in localStorage for this site
108+
109+
Find the CSS styles applied to the header element
110+
111+
Set a breakpoint in main.js and step through it
112+
```
113+
90114
## How It Works
91115

92116
```

0 commit comments

Comments
 (0)