Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ssl | No | Enable SSL connection for PostgreSQL or MySQL (true/false) | |
host | No | Host name or IP address for PostgreSQL or MySQL database | |
port | No | Port number (default: 1433 for SQL Server, 5432 for PostgreSQL, 3306 for MySQL) | |
user | No | Username for database authentication (optional for SQL Server, used with PostgreSQL and MySQL) | |
server | No | SQL Server host name or IP address (required for SQL Server mode) | |
database | No | Name of the database (required for SQL Server, PostgreSQL, and MySQL) | |
password | No | Password for database authentication | |
database_path | No | Path to your SQLite database file (used only for SQLite mode) | |
connection-timeout | No | Connection timeout in milliseconds (default: 30000) for PostgreSQL or MySQL |
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 |