We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc05fa commit 33e01e8Copy full SHA for 33e01e8
README.md
@@ -209,28 +209,6 @@ Connect Agent! directly to Xcode for project-aware operations:
209
- Apple Developer Documentation search
210
- Real-time issue tracking
211
212
-### Playwright MCP Server
213
-
214
-See [Playwright setup](#-playwright-web-automation-optional) above for full install instructions.
215
216
-```json
217
-{
218
- "mcpServers" : {
219
- "playwright" : {
220
- "command" : "/opt/homebrew/bin/playwright-mcp",
221
- "transport" : "stdio"
222
- }
223
224
-}
225
-```
226
227
-**Playwright MCP provides:**
228
-- Browser navigation and interaction
229
-- Click, type, and form filling
230
-- Screenshots and snapshots
231
-- JavaScript execution
232
-- Tab management
233
-- Network request monitoring
234
235
---
236
0 commit comments