Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_PORT | No | SQL Server port number | 1433 |
| MSSQL_USER | No | SQL Server username for authentication | |
| AUTH_METHOD | No | Authentication method: 'sql' for SQL Server Authentication or 'windows' for Windows Authentication | sql |
| MSSQL_DRIVER | No | ODBC driver name for SQL Server | {ODBC Driver 18 for SQL Server} |
| MSSQL_SERVER | No | The SQL Server hostname or IP address | |
| MSSQL_DATABASE | No | The database name to connect to | |
| MSSQL_PASSWORD | No | SQL Server password for authentication | |
| TrustServerCertificate | No | Whether to trust the server certificate | yes |
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 | |