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 (optional) | |
| MARIADB_PASSWORD | Yes | Database password | |
| MARIADB_POOL_SIZE | No | Connection pool size | 5 |
| MARIADB_READ_ONLY | No | Set to "false" to allow write queries | true |
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 | |