Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The database host | localhost |
| DB_NAME | Yes | The database name | |
| DB_PORT | No | The database port | 3306 |
| DB_USER | Yes | The database user | |
| ALLOW_WRITE | No | Allow write operations (INSERT, UPDATE, DELETE). Set to 'true' to enable write operations. Use with caution. | false |
| 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 | |