# Docker Environment Configuration for pyResToolbox MCP Server
# HTTP Server Port (used by http profile)
MCP_HTTP_PORT=8000
# SSE Server Port (used by sse profile)
MCP_SSE_PORT=8001
# Logging Level
LOG_LEVEL=INFO
# Add any additional environment variables here