# School Vacation MCP Server Configuration
# Authentication token for HTTP/MCP endpoints
# If not set, authentication is disabled (development mode only!)
# For production, generate a strong random token:
# openssl rand -hex 32
MCP_AUTH_TOKEN=
# Server port (default: 3000)
PORT=3000
# Node environment
NODE_ENV=production