# 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)"
# OpenAI API Key
OPENAI_API_KEY="your-openai-api-key"
# Figma API Token
FIGMA_ACCESS_TOKEN="your-figma-access-token"