We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d819ed commit c2d9cb0Copy full SHA for c2d9cb0
README.md
@@ -163,9 +163,8 @@ Claude Code CLI can manage MCP servers using the `claude mcp` commands or by edi
163
164
1. Add the server using the `claude mcp add` command:
165
```bash
166
- claude mcp add ios-simulator --command npx --args "-y,ios-simulator-mcp"
+ claude mcp add ios-simulator npx ios-simulator-mcp
167
```
168
- _Note: The `--args` parameter takes a single comma-separated string._
169
2. Restart any running Claude Code sessions if necessary.
170
171
#### Option 2: Local Development
0 commit comments