Manually specify the Xcode process ID when auto-detection fails.
export MCP_XCODE_PID=$(pgrep -x Xcode)
xcodemcpwrapperRarely needed for external clients as mcpbridge auto-detects the correct Xcode instance.
UUID identifying an Xcode tool session.
export MCP_XCODE_SESSION_ID="your-session-uuid"Rarely needed for external MCP clients.
# Get Xcode PID
XCODE_PID=$(pgrep -x Xcode)
# Run with explicit PID
MCP_XCODE_PID=$XCODE_PID xcodemcpwrapper