Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (automatically set by Render.com, but can be explicitly set) | 10000 |
| NODE_ENV | No | Node environment (production for deployment) | production |
| SUPABASE_URL | Yes | Supabase project URL | |
| WEATHER_API_KEY | Yes | OpenWeather API key for weather information | |
| SUPABASE_SERVICE_KEY | Yes | Supabase Service Role Key |
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 | |