# Environment Configuration
NODE_ENV=production
# MCP Server Configuration
# Use 'http' for Render deployment, 'stdio' for local development
MCP_TRANSPORT=http
# Server Configuration (HTTP mode only)
PORT=3000
HOST=0.0.0.0
# Supabase Configuration
# Get these from: https://supabase.com/dashboard/project/_/settings/api
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here
# Bolagsverket API Configuration
# Get credentials from: https://portal.api.bolagsverket.se/
BOLAGSVERKET_CLIENT_ID=your-client-id-here
BOLAGSVERKET_CLIENT_SECRET=your-client-secret-here