You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
173
173
tool_timeout_sec = 10000
174
174
```
175
175
176
-
> [!NOTE]
176
+
> **NOTE**:
177
177
> Codex Agent when running in Xcode has a limited PATH by default. The above example should work for most users but if you find the server doesn't start or is not available, it's likely because npx is not found so you might have to adjust the above configuration accordingly.
178
178
179
179
<br />
@@ -202,7 +202,7 @@ Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON config
202
202
}
203
203
```
204
204
205
-
> [!NOTE]
205
+
> **NOTE**:
206
206
> Claude Code Agent when running in Xcode has a limited PATH by default. The above example should work for most users but if you find the server doesn't start or is not available, it's likely because npx is not found so you might have to adjust the above configuration accordingly.
0 commit comments