14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
# MCP OpenWeather Server Configuration
|
|
# ===================================
|
|
|
|
# MCP Service
|
|
MCP_OPENWEATHER_VERSION=latest
|
|
MCP_OPENWEATHER_PORT_OVERRIDE=8000
|
|
|
|
# OpenWeather API Key (Required)
|
|
# Get your API key from: https://openweathermap.org/api
|
|
OPENWEATHER_API_KEY=
|
|
|
|
# Timezone
|
|
TZ=UTC
|