-
-
Notifications
You must be signed in to change notification settings - Fork 193
Add MCP setup instructions for Xcode's integrated Claude Code and Codex agents #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe README.md file was updated to replace the VS Code MCP quick-install link with a new badge using a VS Code-specific integration scheme. Two new Xcode integration sections were added: one for Xcode (Codex Agent) and another for Xcode (Claude Code Agent), each documenting the required Xcode version, configuration path, configuration snippet, command/arguments, and PATH caveat note. These integration sections were then duplicated in an additional location within the document. The changes resulted in 56 lines added and 1 line removed. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
🤖 Fix all issues with AI agents
In `@README.md`:
- Line 206: Fix the typo "limted" to "limited" in the README sentence that reads
"Claude Code Agent when running in Xcode has a limted PATH by default" so it
becomes "Claude Code Agent when running in Xcode has a limited PATH by default";
update that single word in the README content to correct the spelling.
- Line 177: Fix the typographical error in the README sentence that reads "Codex
Agent when running in Xcode has a limted PATH by default..." by changing
"limted" to "limited" so the sentence becomes "Codex Agent when running in Xcode
has a limited PATH by default..."; update the exact string in the README where
that sentence appears.
- Line 160: The README currently states "Xcode 26.3 or later" which is
incorrect; update that exact phrase ("Xcode 26.3 or later") to "Xcode 16.3 or
later" in the README.md so the minimum Xcode version is accurate; ensure any
other occurrences of the string "Xcode 26.3" in the file are also updated to
"Xcode 16.3".
- Around line 191-203: The snippet contains an invalid JSON comment ("# rest of
file...") that breaks parsing; remove that line or replace it with a valid,
parser-supported comment style (or actual content) so the JSON around
"mcpServers" and "XcodeBuildMCP" is valid—e.g., delete the "# rest of file..."
placeholder or replace it with a neutral string or an allowed comment token
before the "mcpServers" object so the JSON block is syntactically correct.
commit: |
Note
Low Risk
Documentation-only changes that add new installation guidance and links; no runtime or security-sensitive code is modified.
Overview
Adds README setup instructions for configuring
XcodeBuildMCPwith Xcode’s integrated Codex and Claude Code agents, including required Xcode version, config file locations, andzsh/npxcommand examples that work around Xcode’s restrictedPATH.Also adds a VS Code quick-install badge link alongside the existing MCP client configuration examples.
Written by Cursor Bugbot for commit 087a6b9. This will update automatically on new commits. Configure here.