Skip to content

Conversation

@cameroncooke
Copy link
Collaborator

@cameroncooke cameroncooke commented Feb 4, 2026

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 XcodeBuildMCP with Xcode’s integrated Codex and Claude Code agents, including required Xcode version, config file locations, and zsh/npx command examples that work around Xcode’s restricted PATH.

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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 4, 2026

Walkthrough

The 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)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding MCP setup instructions for Xcode's Codex and Claude Code agents, which aligns with the summary showing new Xcode integration documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The pull request description clearly outlines the changes: adding README setup instructions for XcodeBuildMCP configuration with Xcode's Codex and Claude Code agents, plus a VS Code quick-install badge.

✏️ 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 4, 2026

Open in StackBlitz

npm i https://pkg.pr.new/cameroncooke/XcodeBuildMCP/xcodebuildmcp@200

commit: 087a6b9

@cameroncooke cameroncooke merged commit 372283a into main Feb 4, 2026
8 checks passed
@cameroncooke cameroncooke deleted the xcode-mcp-setup branch February 4, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant