We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c3280 commit ca0c8caCopy full SHA for ca0c8ca
1 file changed
README.md
@@ -87,6 +87,30 @@ Add to your Claude Code config (`.mcp.json`):
87
}
88
```
89
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
114
## How It Works
115
116
0 commit comments