Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ssl | No | Enable SSL connection for PostgreSQL (true/false) | |
| host | No | PostgreSQL host name or IP address | |
| port | No | Port number for SQL Server (default: 1433) | |
| user | No | Username for SQL Server authentication (if not provided, Windows Authentication will be used) | |
| server | No | SQL Server host name or IP address | |
| database | No | Name of the database (for SQL Server) | |
| password | No | Password for SQL Server authentication | |
| sqlserver | No | Flag to enable SQL Server mode | |
| postgresql | No | Flag to enable PostgreSQL mode | |
| database_path | No | Path to SQLite database file (for SQLite mode) | |
| connection-timeout | No | Connection timeout in milliseconds for PostgreSQL (default: 30000) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |