.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
secret
GITHUB_REDIRECT_URI
PORT
Server Configuration
OPENAI_API_KEY
secret
OpenAI Configuration (for the client example)
OPENWEATHER_API_KEY
secret
OpenWeather Configuration
brew install flyctl && fly launch --from https://github.com/f/komunite-mcp-bootcamp-weather-mcp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/f/komunite-mcp-bootcamp-weather-mcp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/f/komunite-mcp-bootcamp-weather-mcp