# Philips Hue Bridge Configuration
# Copy this file to .env and fill in your actual values
# IP address of your Hue Bridge
# Find it via: https://discovery.meethue.com/ or your router's DHCP list
HUE_BRIDGE_IP=192.168.1.x
# API Key (username) for your Hue Bridge
# Obtain by pressing the bridge button and running:
# curl -X POST http://<BRIDGE_IP>/api -H "Content-Type: application/json" -d '{"devicetype":"hue-mcp-server#user"}'
HUE_API_KEY=your-api-key-here
# HTTP Server Configuration (optional - for network access)
# Host to bind to (0.0.0.0 = all interfaces, 127.0.0.1 = localhost only)
MCP_HOST=0.0.0.0
# Port for the HTTP server
MCP_PORT=8080