# Google Drive Service Account Configuration
GOOGLE_SERVICE_ACCOUNT_KEY_PATH=path/to/your/service-account-key.json
# Google Drive Folder IDs
MCP_SERVER_FOLDER_ID=your_mcp_server_folder_id_here
MCP_CLIENT_FOLDER_ID=your_mcp_client_folder_id_here
# Server Configuration
HOST=0.0.0.0
PORT=8000