# Example .env file for Gemini MCP Server Docker setup # Copy this to .env and update with your actual values # Your Gemini API key (required) # Get one from: https://makersuite.google.com/app/apikey GEMINI_API_KEY=your-gemini-api-key-here # The absolute path to your project directory on the host machine # This will be mounted to /workspace in the container # Example: /Users/username/my-project (macOS/Linux) # Example: C:\Users\username\my-project (Windows) WORKSPACE_ROOT=/path/to/your/project # Optional: Logging level (DEBUG, INFO, WARNING, ERROR) # LOG_LEVEL=INFO