Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 604 Bytes

File metadata and controls

34 lines (22 loc) · 604 Bytes

Environment Variables

Optional Variables

MCP_XCODE_PID

Manually specify the Xcode process ID when auto-detection fails.

export MCP_XCODE_PID=$(pgrep -x Xcode)
xcodemcpwrapper

Rarely needed for external clients as mcpbridge auto-detects the correct Xcode instance.

MCP_XCODE_SESSION_ID

UUID identifying an Xcode tool session.

export MCP_XCODE_SESSION_ID="your-session-uuid"

Rarely needed for external MCP clients.

Usage Example

# Get Xcode PID
XCODE_PID=$(pgrep -x Xcode)

# Run with explicit PID
MCP_XCODE_PID=$XCODE_PID xcodemcpwrapper