# Google Jules API Configuration
# Copy this file to .env and fill in your values
# Required: Your Jules API key from https://jules.google/settings
JULES_API_KEY=your_jules_api_key_here
# Optional: Security allowlist - comma-separated repository names
# If set, only these repositories can be modified via the MCP server
# Format: owner/repo,owner/repo2
# JULES_ALLOWED_REPOS=myorg/safe-repo,myorg/test-repo
# Optional: Default branch for tasks (defaults to "main")
# JULES_DEFAULT_BRANCH=main
# Optional: Log level (debug, info, warn, error)
# LOG_LEVEL=info