# OpenAI API key used to fetch ChatGPT responses
OPENAI_API_KEY=sk-your-key
# Optional: override default model (defaults to gpt-4o-mini)
OPENAI_MODEL=gpt-4o-mini
# MCP server URL for the Enhanced Quake Coding Arena tools
MCP_SERVER_URL=http://localhost:3000/mcp
# Port for the widget server
PORT=4173