# Browser Configuration
HEADLESS=true
# Legacy field: browser session is now non-persistent (in-memory context)
USER_DATA_DIR=./browser_data
PAGE_TIMEOUT=30000
SLOW_MO=0
COOKIE_AUTO_SYNC_ENABLED=true
COOKIE_SYNC_INTERVAL_SECONDS=600
COOKIE_SYNC_TIMEOUT_SECONDS=30

# Debug Configuration
AUTO_SCREENSHOT=false
SCREENSHOT_DIR=./screenshots

# Logging Configuration
LOG_LEVEL=INFO

# MCP Configuration
MCP_TRANSPORT=streamable_http
MCP_TOOL_TIMEOUT_SECONDS=30
MCP_HTTP_HOST=127.0.0.1
MCP_HTTP_PORT=18000
MCP_STREAMABLE_HTTP_PATH=/mcp
