# Claude IPC MCP Configuration
# Copy to .env and customize
# REQUIRED: Shared secret for authentication
# All AIs must use the same secret
IPC_SHARED_SECRET=change-me-to-something-secure
# OPTIONAL: Server configuration
# IPC_PORT=9876 # Default port
# IPC_HOST=127.0.0.1 # Local only by default
# IPC_SESSION_TIMEOUT=3600 # 1 hour session timeout