Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | Yes | The host address of the MariaDB/MySQL server (default: localhost). | localhost |
| DB_NAME | No | Optional default database name. | |
| DB_PORT | Yes | The port number of the MariaDB/MySQL server (default: 3306). | 3306 |
| DB_USER | Yes | The database user. | |
| DB_PASSWORD | Yes | The password for the database. |
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 | |