Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_DB | Yes | The name of the database to connect to. | |
| MYSQL_HOST | No | The host address of the MySQL server. | 127.0.0.1 |
| MYSQL_PASS | No | The password to connect to the MySQL server. | |
| MYSQL_PORT | No | The port number for the MySQL server. | 3306 |
| MYSQL_USER | No | The username to connect to the MySQL server. | root |
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 | |