Skip to content

Commit 5fc05fa

Browse files
macOS26claude
andcommitted
Restore full Xcode and Playwright MCP descriptions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2f81466 commit 5fc05fa

1 file changed

Lines changed: 29 additions & 13 deletions

File tree

README.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,36 +185,52 @@ Agent! supports [MCP](https://modelcontextprotocol.io) servers for extended capa
185185

186186
### Xcode MCP Server
187187

188+
Connect Agent! directly to Xcode for project-aware operations:
189+
188190
```json
189191
{
190-
"mcpServers": {
191-
"xcode": {
192-
"command": "xcrun",
193-
"args": ["mcpbridge"],
194-
"transport": "stdio"
195-
}
192+
"mcpServers" : {
193+
"xcode" : {
194+
"command" : "xcrun",
195+
"args" : [
196+
"mcpbridge"
197+
],
198+
"transport" : "stdio"
196199
}
200+
}
197201
}
198202
```
199203

200-
Project-aware file operations, build/test integration, SwiftUI previews, documentation search, and real-time issue tracking.
204+
**Xcode MCP provides:**
205+
- Project-aware file operations (read/write/edit/delete)
206+
- Build and test integration
207+
- SwiftUI Preview rendering
208+
- Code snippet execution
209+
- Apple Developer Documentation search
210+
- Real-time issue tracking
201211

202212
### Playwright MCP Server
203213

204214
See [Playwright setup](#-playwright-web-automation-optional) above for full install instructions.
205215

206216
```json
207217
{
208-
"mcpServers": {
209-
"playwright": {
210-
"command": "/opt/homebrew/bin/playwright-mcp",
211-
"transport": "stdio"
212-
}
218+
"mcpServers" : {
219+
"playwright" : {
220+
"command" : "/opt/homebrew/bin/playwright-mcp",
221+
"transport" : "stdio"
213222
}
223+
}
214224
}
215225
```
216226

217-
Cross-browser automation -- click, type, screenshot, navigate, fill forms, execute JavaScript.
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
218234

219235
---
220236

0 commit comments

Comments
 (0)