Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| READONLY | No | If set to true, disables write operations (insert, update, delete, etc.). | true |
| SQL_PORT | No | The port number for the SQL Server (default is 1433). | 1433 |
| SQL_USER | Yes | The username for SQL Server authentication. | |
| SQL_SERVER | Yes | The SQL Server hostname or IP address. | |
| SQL_ENCRYPT | No | Whether to use encryption for the connection (true/false). | false |
| SQL_DATABASE | Yes | The name of the database to connect to. | |
| SQL_PASSWORD | Yes | The password for SQL Server authentication. | |
| SQL_TRUST_SERVER_CERTIFICATE | No | Whether to trust the server certificate (true/false). | true |
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 | |