# Scout MCP Configuration
# Copy to .env and modify as needed
# Maximum file size to read (bytes, default: 1048576 = 1MB)
# MCP_CAT_MAX_FILE_SIZE=1048576
# Command execution timeout (seconds, default: 30)
# MCP_CAT_COMMAND_TIMEOUT=30
# Connection pool idle timeout (seconds, default: 60)
# MCP_CAT_IDLE_TIMEOUT=60
# SSH Host Key Verification (SECURITY CRITICAL)
# Path to known_hosts file for SSH host key verification
# Default: ~/.ssh/known_hosts (must exist or FileNotFoundError is raised)
# Set to "none" to disable verification (NOT RECOMMENDED - vulnerable to MITM attacks)
# Only disable in trusted networks or for testing
# SCOUT_KNOWN_HOSTS=~/.ssh/known_hosts