Skip to content

Commit 4c53bc9

Browse files
authored
Remove 'LOG_LEVEL' from README examples
Removed 'LOG_LEVEL' environment variable from multiple instances in the README.
1 parent 6b5b586 commit 4c53bc9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)