Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| MAP_NAME | No | Map name for rendering maps | explore.map.Grab |
| AWS_REGION | No | AWS region for Location Service | ap-southeast-5 |
| GRABMAPS_API_KEY | Yes | Your GrabMaps API key | |
| PLACE_INDEX_NAME | No | Place Index name for GrabMaps | explore.place.Grab |
| AWS_ACCESS_KEY_ID | Yes | Your AWS access key ID for AWS Location Service | |
| AWS_SECRET_ACCESS_KEY | Yes | Your AWS secret access key for AWS Location Service | |
| ROUTE_CALCULATOR_NAME | No | Route calculator name | explore.route.Grab |
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 | |