Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number for SQL Server connection (default: 1433) | 1433 |
| user | No | Username for SQL Server authentication (--user). If not provided, Windows Authentication will be used. | |
| server | No | SQL Server host name or IP address (--server) | |
| database | No | Name of the database (--database) | |
| password | No | Password for SQL Server authentication (--password) | |
| sqlserver | No | Flag to enable SQL Server mode (--sqlserver) | |
| sqlite_path | No | Path to the SQLite database file (positional argument) |
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 | |