Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_DB | Yes | MySQL database name | |
| MYSQL_HOST | Yes | MySQL database host | |
| MYSQL_PASS | Yes | MySQL database password | |
| MYSQL_PORT | Yes | MySQL database port | |
| MYSQL_USER | Yes | MySQL database username | |
| ALLOW_DELETE_OPERATION | No | Allow DELETE operations (true/false) | false |
| ALLOW_INSERT_OPERATION | No | Allow INSERT operations (true/false) | false |
| ALLOW_UPDATE_OPERATION | No | Allow UPDATE operations (true/false) | false |
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 | |