Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATH | No | Optional path to required binaries | /path/to/node/bin:/usr/bin:/bin |
| MYSQL_DB | No | MySQL database name (leave blank to retrieve all databases) | |
| MYSQL_HOST | Yes | MySQL server hostname or IP address | 127.0.0.1 |
| MYSQL_PASS | Yes | MySQL password | |
| MYSQL_PORT | Yes | MySQL server port | 3306 |
| MYSQL_USER | Yes | MySQL username | 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 | |