Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache time-to-live in seconds | 3600 |
| DEFAULT_REGION | No | Default region for responses | US |
| ENABLE_CACHING | No | Enable caching of responses | true |
| DEFAULT_LANGUAGE | No | Default language for responses | en |
| GOOGLE_MAPS_API_KEY | Yes | Your Google Maps API key | |
| MAX_REQUESTS_PER_DAY | No | Maximum number of requests per day | 100000 |
| MAX_REQUESTS_PER_SECOND | No | Maximum number of requests per second | 50 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |