Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_UNITS | No | Default temperature units (metric/imperial/kelvin) | metric |
| WEATHER_API_KEY | Yes | Your OpenWeatherMap API key | |
| DEFAULT_LANGUAGE | No | Default language for weather descriptions | en |
| WEATHER_API_TIMEOUT | No | Timeout in seconds for API requests | 30 |
| WEATHER_API_BASE_URL | No | Base URL for the OpenWeatherMap API | https://api.openweathermap.org/data/2.5 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |