Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_USER | Yes | Database user credentials | |
| DB_SERVER | Yes | SQL Server hostname | |
| DB_ENCRYPT | No | Enable encryption | true |
| DB_DATABASE | Yes | Database name | |
| DB_PASSWORD | Yes | Database password credentials | |
| DRAFT_SCHEMA | No | Schema for testing SPs before deployment | dbo_draft |
| MAX_ROWS_AFFECTED | No | Maximum rows that can be modified in one operation | 10000 |
| REQUIRE_TRANSACTIONS | No | Require explicit transactions for modifications | true |
| ENABLE_SP_MODIFICATIONS | No | Enable stored procedure management | true |
| ENABLE_WRITE_OPERATIONS | No | Enable INSERT/UPDATE/DELETE | true |
| AUTO_BACKUP_BEFORE_DEPLOY | No | Auto-backup SPs before deploying | true |
| DB_TRUST_SERVER_CERTIFICATE | No | Trust server certificate for dev environments | false |
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 | |