Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_SSL | No | Enable SSL connection | false |
| MYSQL_HOST | Yes | MySQL host | |
| MYSQL_PORT | No | MySQL port | 3306 |
| MYSQL_USER | Yes | MySQL user | |
| MYSQL_DATABASE | No | Default database | |
| MYSQL_MAX_ROWS | No | Auto LIMIT for SELECT queries | 100 |
| MYSQL_PASSWORD | Yes | MySQL password | |
| MYSQL_READONLY | No | Read-only mode | false |
| MYSQL_QUERY_TIMEOUT | No | Query timeout in ms (0 to disable) | 30000 |
Capabilities
Server capabilities have not been inspected yet.
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 | |