Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region | us-east-2 |
| LOG_FOLDER | No | Default log folder | ./logs |
| DEFAULT_OVERLAP | No | Default overlap | 1024 |
| AWS_READ_TIMEOUT | No | Read timeout (seconds) | 300 |
| AWS_ACCESS_KEY_ID | Yes | AWS access key | |
| DEFAULT_CHUNK_SIZE | No | Default chunk size | 4096 |
| AWS_CONNECT_TIMEOUT | No | Connection timeout (seconds) | 60 |
| AWS_SECRET_ACCESS_KEY | Yes | AWS secret key | |
| BEDROCK_NOVA_MODEL_ID | No | Analysis model | amazon.nova-premier-v1:0 |
| BEDROCK_EMBED_MODEL_ID | No | Embedding model | amazon.titan-embed-text-v2:0 |
Capabilities
Server capabilities have not been inspected yet.
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 | |