Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_HOST | Yes | The hostname or IP address of the MSSQL server | |
| MSSQL_PORT | No | The port number for the MSSQL server | 1433 |
| MSSQL_USER | Yes | The username for MSSQL authentication | |
| IDLE_TIMEOUT | No | Seconds before an idle connection closes | 300 |
| MAX_POOL_SIZE | No | Maximum number of concurrent connections in the pool | 10 |
| MIN_POOL_SIZE | No | Minimum number of connections to maintain in the pool | 2 |
| MSSQL_ENCRYPT | No | Whether to use TLS encryption for the connection | true |
| MSSQL_DATABASE | No | The database name to connect to | master |
| MSSQL_PASSWORD | Yes | The password for MSSQL authentication | |
| CONNECTION_LIFETIME | No | Maximum lifetime of a connection in seconds (30 minutes) | 1800 |
| MSSQL_ALLOW_WRITE_OPERATIONS | No | Enable write operations (INSERT, UPDATE, DELETE, stored procedures). Disabled by default for safety | false |
| MSSQL_TRUST_SERVER_CERTIFICATE | No | Whether to trust the server certificate | true |
Capabilities
Server capabilities have not been inspected yet.
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 | |