Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AWS_REGION | No | AWS region where your S3 buckets are located | us-east-1 |
S3_BUCKETS | No | Comma-separated list of allowed S3 bucket names | |
S3_MAX_BUCKETS | No | Maximum number of buckets to return in listing | 5 |
AWS_ACCESS_KEY_ID | No | AWS access key (if not using default credentials) | |
AWS_SECRET_ACCESS_KEY | No | AWS secret key (if not using default credentials) |
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 |
---|---|
list-buckets | List available S3 buckets |
list-objects | List objects in an S3 bucket |
get-object | Retrieve an object from an S3 bucket |