# R2R Configuration
R2R_BASE_URL=http://localhost:7272
# API_KEY is optional - only needed if your R2R instance requires authentication
# Leave commented out or remove if R2R doesn't require auth
API_KEY=your_api_key_here
# Gemini Configuration
# Get your API key from https://aistudio.google.com/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# FastMCP settings
# Enable new OpenAPI parser (recommended, will become default soon)
FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER=true
# Python settings (no quotes needed in .env files)
PYTHONWARNINGS=ignore::DeprecationWarning