Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_USER | Yes | The username for database authentication | |
| PYTHONPATH | No | The Python path to the source directory | |
| MSSQL_SERVER | Yes | The IP address or hostname of the SQL Server | |
| MSSQL_ENCRYPT | No | Whether to encrypt the connection | true |
| MSSQL_DATABASE | Yes | The name of the database | |
| MSSQL_PASSWORD | Yes | The password for database authentication | |
| MSSQL_TRUST_SERVER_CERTIFICATE | No | Whether to trust the server certificate | 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 | |