# Nomad API Configuration
NOMAD_ADDR=http://localhost:4646
NOMAD_TOKEN=your-nomad-token-here # Optional, if not set, the server will use the NOMAD_TOKEN environment variable
# MCP Server Configuration
# MCP_TRANSPORT=stdio # Options: stdio, sse
# MCP_SSE_PORT=8080 # Only used when MCP_TRANSPORT=sse