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 API requests | US |
| ENABLE_CACHING | No | Enable or disable caching | true |
| DEFAULT_LANGUAGE | No | Default language for API responses | en |
| GOOGLE_MAPS_API_KEY | Yes | Your Google Maps API key | |
| MAX_REQUESTS_PER_DAY | No | Maximum number of requests allowed per day | 100000 |
| MAX_REQUESTS_PER_SECOND | No | Maximum number of requests allowed per second | 50 |
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 | |