Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_HOST | No | MySQL server host | localhost |
| MYSQL_PORT | No | MySQL server port | 3306 |
| MYSQL_USER | Yes | MySQL username | |
| MYSQL_CHARSET | No | Character set | utf8mb4 |
| MYSQL_DATABASE | Yes | Target database name | |
| MYSQL_PASSWORD | Yes | MySQL password | |
| MYSQL_SQL_MODE | No | SQL mode | TRADITIONAL |
| MYSQL_COLLATION | No | Collation | utf8mb4_unicode_ci |
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 | |