Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PORT | No | SQL Server port | 1433 |
| DB_USER | No | Username | |
| DB_SERVER | Yes | SQL Server hostname | |
| DB_ENCRYPT | No | Enable TLS encryption (required for Azure SQL) | true |
| DB_DATABASE | No | Database name | |
| DB_PASSWORD | No | Password | |
| DB_REQUEST_TIMEOUT | No | Request timeout (ms) | 30000 |
| DB_CONNECTION_TIMEOUT | No | Connection timeout (ms) | 30000 |
| DB_TRUST_SERVER_CERTIFICATE | No | Trust self-signed certificates | false |
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 | |