# Backend API Configuration (REQUIRED)
# Set this to your SimDoc backend API endpoint
BACKEND_URL=https://api.simdoc.example.com
# MCP Server Configuration
MCP_PORT=8080
HOST=0.0.0.0
PORT=8080
# Logging
LOG_LEVEL=INFO
# MCP Transport (sse or stdio)
TRANSPORT=sse