Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MYSQL_HOST | No | The MySQL server host | localhost |
MYSQL_PORT | No | The MySQL server port | 3306 |
MYSQL_ROLE | No | Permission level for database operations (readonly, writer, admin) | admin |
MYSQL_USER | Yes | The MySQL username | |
MYSQL_DATABASE | No | Optional: specific database name (leave empty for cross-database access) | |
MYSQL_PASSWORD | Yes | The MySQL password |
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 |