# Zuora API Base URL
BILLING_BASE_URL=url
BILLING_CLIENT_ID=your_oauth_client_id_here
BILLING_CLIENT_SECRET=your_oauth_client_secret_here
# Use 0.0.0.0 to accept connections from any IP (for remote access)
# Use 127.0.0.1 for local-only access
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
# Logging Level
# Options: debug, info, warning, error, critical
LOG_LEVEL=info
MCP_TRANSPORT=http