# Gemini MCP Server Configuration # Copy this file to .env and update with your settings # Enable/disable Gemini integration GEMINI_ENABLED=true # Auto-consultation on uncertainty detection GEMINI_AUTO_CONSULT=false # Gemini CLI command (if not in PATH) GEMINI_CLI_COMMAND=gemini # Request timeout in seconds GEMINI_TIMEOUT=300 # Rate limit delay between requests (seconds) GEMINI_RATE_LIMIT=2 # Maximum context length (characters) GEMINI_MAX_CONTEXT=4000 # Log consultations GEMINI_LOG_CONSULTATIONS=true # Gemini model to use GEMINI_MODEL=gemini-2.5-pro # Sandbox mode for testing (no actual API calls) GEMINI_SANDBOX=false # Debug mode (verbose logging) GEMINI_DEBUG=false # Include conversation history in consultations GEMINI_INCLUDE_HISTORY=true # Maximum number of history entries to keep GEMINI_MAX_HISTORY=10