# Frappe MCP Server Configuration
# Copy this file to .env and update with your actual values
# Frappe API Credentials (required)
FRAPPE_API_KEY=your_api_key_here
FRAPPE_API_SECRET=your_api_secret_here
# Frappe Site URL (required)
FRAPPE_BASE_URL=https://your-frappe-site.com
# Optional: Python environment settings
PYTHONUNBUFFERED=1
PYTHONDONTWRITEBYTECODE=1
# Optional: Logging level
LOG_LEVEL=INFO