# Unreal MCP Server Configuration # Path to your Unreal project (required for offline mode) UE_PROJECT_PATH=C:/Path/To/Your/UnrealProject # TCP Command Port (default: 6776) # This should match your Unreal Editor Python Remote Execution settings UE_COMMAND_PORT=6776 # UDP Multicast settings for node discovery UE_MULTICAST_GROUP=239.0.0.1 UE_MULTICAST_PORT=6766 # Logging level (DEBUG, INFO, WARNING, ERROR) LOG_LEVEL=INFO