.env.production•736 B
# Production Configuration for Unreal Engine MCP Server
# Unreal Engine Remote Control Settings
UE_HOST=127.0.0.1
UE_RC_HTTP_PORT=30010
UE_RC_WS_PORT=30020
# Tool Mode Configuration
# Set to 'false' to use individual tools (36+), 'true' or unset for consolidated (10)
USE_CONSOLIDATED_TOOLS=true
# Logging Level
# Available levels (from quietest to most verbose):
# - error : only errors
# - warn : warnings and errors
# - info : info, warnings, errors (default)
# - debug : full debug, very verbose
LOG_LEVEL=info
# Server Settings
SERVER_NAME=unreal-engine-mcp
SERVER_VERSION=0.4.7
# Connection Settings
MAX_RETRY_ATTEMPTS=3
RETRY_DELAY_MS=2000
# Performance Settings
REQUEST_TIMEOUT_MS=30000
WEBSOCKET_KEEPALIVE_MS=30000