# Microsoft 365 Tenant Information
MS_TENANT_ID=your-tenant-id-here
MS_CLIENT_ID=your-client-id-here
MS_CLIENT_SECRET=your-client-secret-here
# Optional Configuration
# LOG_LEVEL=info # debug, info, warn, error
# PORT=3000 # Port for HTTP server if needed
# USE_HTTP=true # Set to 'true' to use HTTP transport instead of stdio
# STATELESS=false # Set to 'true' to use stateless HTTP mode (no session management)