Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_HOST | Yes | The database host | localhost |
DB_PORT | No | The database port (3306 for MySQL, 5432 for PostgreSQL) | 3306 |
DB_TYPE | Yes | The database type (mysql or postgres) | mysql |
DB_USER | Yes | The database user | root |
DB_DATABASE | Yes | The database name | |
DB_PASSWORD | Yes | The database password |
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 |