This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Install xcode-mcp-auto-allow | |
| # | |
| # Xcode 26.3+ shows a permission dialog every time an external MCP agent | |
| # (Claude Code, Copilot, Codex, etc.) connects. Apple provides no way to | |
| # persist this permission. This installs an xcrun shim that auto-clicks | |
| # "Allow" when mcpbridge starts — no client reconfiguration needed. | |
| # | |
| # Usage: |