CommandCodeAI / CommandCodeAI/command-code
XcodeBuildMCP fails to connect
Open
@ahmadbilaldev is already working on this.
Since May 18, 2026.
p2
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
XcodeBuildMCP won't connect through Command Code. It works fine in other MCP clients.
Config:
"mcpServers": {
"XcodeBuildMCP": {
"transport": "stdio",
"enabled": true,
"command": "npx",
"args": ["-y", "xcodebuildmcp@latest", "mcp"]
}
}
What happens:
The tool shows up but calls fail silently, no error in the UI, no output, no connection. Looks like a stdio transport issue specific to how Command Code spawns MCP servers.
Command Code Version
0.25.2
Operating System
macOS
Terminal/IDE
Muxy
Shell
zsh
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.