# API Configuration
API_BASE_URL=https://api.example.com
API_HEADERS= # (Less common now, use specific auth env vars below instead)
# Server Configuration
SERVER_NAME=openapi-mcp-server
SERVER_VERSION=1.0.0
TRANSPORT=stdio # Fixed to stdio
# Debug
DEBUG=false