Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_HOST | Yes | MySQL host | |
| MYSQL_PORT | Yes | MySQL port | 3306 |
| MYSQL_USER | Yes | MySQL username | |
| MYSQL_DATABASE | Yes | Database name | |
| MYSQL_PASSWORD | Yes | MySQL password | |
| MYSQL_READ_ONLY | No | Set to "true" for read-only mode; "false" allows writes. | true |
| MYSQL_ALLOW_CREATE | No | Enable INSERT operations | false |
| MYSQL_ALLOW_DELETE | No | Enable DELETE operations | false |
| MYSQL_ALLOW_UPDATE | No | Enable UPDATE operations | false |
| MYSQL_ALLOW_CREATE_TABLE | No | Enable CREATE TABLE operations | false |
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 | |