# Android SSH MCP Server Configuration
# SSH Connection Settings
ANDROID_SSH_HOST=10.0.0.123
ANDROID_SSH_PORT=8022
ANDROID_SSH_USER=root
# Authentication (provide at least one)
# Password authentication
ANDROID_SSH_PASSWORD=your_password_here
# OR SSH key authentication (recommended)
ANDROID_SSH_KEY_PATH=~/.ssh/id_rsa
# Logging
# Set to 'true' for debug logging
MCP_DEBUG=false