Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_PORT | No | Port number | 1433 |
| MSSQL_USER | No | Username for authentication | |
| MSSQL_DRIVER | No | ODBC driver name | {ODBC Driver 17 for SQL Server} |
| MSSQL_SERVER | Yes | Server hostname or IP address | |
| MSSQL_DATABASE | Yes | Database name to connect to | |
| MSSQL_PASSWORD | No | Password for authentication | |
| Trusted_Connection | No | Use Windows authentication | no |
| TrustServerCertificate | No | Trust server certificate | yes |
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 | |