We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d819ed + c2d9cb0 commit 042fdb7Copy full SHA for 042fdb7
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