# Server Configuration
MCP_SERVER_PORT=8000
MCP_SERVER_HOST=0.0.0.0
# Optional: Set to 'true' to enable debug mode
DEBUG=false
# Optional: Set custom User-Agent for website fetching
MCP_USER_AGENT="MCP Test Server (github.com/modelcontextprotocol/python-sdk)"