# MCPHy Environment Variables
# Copy this file to .env and fill in your values
# OpenAI API Key for natural language query matching
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Optional: Override default server port
# PORT=3000