Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level. Possible values: DEBUG, INFO, WARN, ERROR, OFF. | INFO |
| LOG_COLORS | No | Whether to enable colored log output. | true |
| MYSQL_DANGER_MODE | No | Danger mode switch. Set to "true" to allow modification operations such as INSERT, UPDATE, DELETE, etc. | false |
| MYSQL_DATASOURCES | Yes | Datasource configuration in the format |connectionName|username:password@host:port/database; multiple sources can be separated by semicolons. |
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 | |