Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | |
| AWS_REGION | No | AWS region | us-east-1 |
| AWS_PROFILE | No | Locally configured AWS profile | |
| AWS_ACCESS_KEY_ID | No | AWS access key (if not using profile) | |
| AWS_DEFAULT_REGION | No | AWS region (alternative to AWS_REGION) | us-east-1 |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key (if not using profile) | |
| AWS_S3_OUTPUT_LOCATION | Yes | S3 location where query results will be stored |
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 | |