Skip to content

Instantly share code, notes, and snippets.

View kageroumado's full-sized avatar

陽炎窓 kageroumado

View GitHub Profile
@kageroumado
kageroumado / install-mcp-auto-allow.sh
Last active March 23, 2026 13:20
Auto-allow Xcode MCP agent permission dialogs
#!/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: