Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region (e.g., us-east-1) | us-east-1 |
| GCP_PROJECT_ID | No | GCP Project ID (required for GCP) | |
| AZURE_CLIENT_ID | No | Azure Service Principal Client ID | |
| AZURE_TENANT_ID | No | Azure Tenant ID | |
| AWS_ACCESS_KEY_ID | No | Your AWS Access Key ID (required for AWS authentication) | |
| AZURE_CLIENT_SECRET | No | Azure Service Principal Client Secret | |
| AWS_SECRET_ACCESS_KEY | No | Your AWS Secret Access Key (required for AWS authentication) | |
| AZURE_SUBSCRIPTION_ID | No | Azure Subscription ID (required for Azure) | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to GCP Service Account JSON key file |
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 | |