Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MARIADB_HOST | Yes | Database server hostname | |
MARIADB_PORT | No | Database server port | 3306 |
MARIADB_USER | Yes | Database username | |
MARIADB_DATABASE | No | Default database name (optional) | |
MARIADB_PASSWORD | Yes | Database password | |
MARIADB_ROW_LIMIT | No | Maximum number of rows to return | 1000 |
MARIADB_TIMEOUT_MS | No | Query timeout in milliseconds | 10000 |
MARIADB_ALLOW_DELETE | No | Whether to allow DELETE queries | false |
MARIADB_ALLOW_INSERT | No | Whether to allow INSERT queries | false |
MARIADB_ALLOW_UPDATE | No | Whether to allow UPDATE queries | false |
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 |