File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ Add to your MCP configuration:
5959 "command" : " npx" ,
6060 "args" : [" -y" , " xcodemcp@latest" ],
6161 "env" : {
62- "LOG_LEVEL" : " INFO"
6362 }
6463 }
6564 }
@@ -74,7 +73,6 @@ claude mcp add-json XcodeMCP '{
7473 "command": "npx",
7574 "args": ["-y", "xcodemcp@latest"],
7675 "env": {
77- "LOG_LEVEL": "INFO"
7876 }
7977}'
8078```
@@ -87,7 +85,6 @@ claude mcp add-json XcodeMCP '{
8785 "command": "npx",
8886 "args": ["-y", "xcodemcp@latest", "--no-clean"],
8987 "env": {
90- "LOG_LEVEL": "INFO"
9188 }
9289}'
9390```
@@ -101,7 +98,6 @@ claude mcp add-json XcodeMCP '{
10198 "command": "npx",
10299 "args": ["-y", "xcodemcp@latest"],
103100 "env": {
104- "LOG_LEVEL": "INFO",
105101 "XCODE_MCP_PREFERRED_SCHEME": "MyApp",
106102 "XCODE_MCP_PREFERRED_XCODEPROJ": "MyApp.xcodeproj"
107103 }
You can’t perform that action at this time.
0 commit comments