Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_HOST | Yes | The MySQL host address | localhost |
| MYSQL_PORT | Yes | The MySQL port number | 3306 |
| MYSQL_USER | Yes | The MySQL username | root |
| MYSQL_DATABASE | No | The MySQL database name (optional) | |
| MYSQL_PASSWORD | Yes | The MySQL password | |
| MYSQL_ALLOW_DELETE | No | Set to "false" to disable DELETE operations | true |
| MYSQL_ALLOW_INSERT | No | Set to "false" to disable INSERT operations | true |
| MYSQL_ALLOW_UPDATE | No | Set to "false" to disable UPDATE operations | 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 | |