Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
host | No | MySQL host | localhost |
port | No | MySQL port | 3306 |
user | No | MySQL user | root |
debug | No | Debug mode | false |
config | No | Path to configuration file | |
database | No | Default database (optional) | |
password | No | MySQL password | |
max-results | No | Maximum number of result rows | 1000 |
server-host | No | MCP server host | localhost |
server-port | No | MCP server port | 3000 |
query-timeout | No | Query timeout in milliseconds | 30000 |
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 |