Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_SSL | No | 是否使用SSL连接 (Whether to use SSL connection) | false |
| MYSQL_HOST | No | 数据库主机地址 (Database host address) | |
| MYSQL_PORT | No | 数据库端口 (Database port) | 3306 |
| MYSQL_USER | Yes | 数据库用户名 (Database username) | |
| MYSQL_DATABASE | Yes | 数据库名称 (Database name) | |
| MYSQL_PASSWORD | Yes | 数据库密码 (Database password) | |
| ALLOW_DELETE_OPERATION | No | 允许DELETE、DROP TABLE等操作 (Allow DELETE, DROP TABLE, etc.) | false |
| ALLOW_INSERT_OPERATION | No | 允许INSERT、CREATE TABLE等操作 (Allow INSERT, CREATE TABLE, etc.) | false |
| ALLOW_UPDATE_OPERATION | No | 允许UPDATE、ALTER TABLE等操作 (Allow UPDATE, ALTER TABLE, etc.) | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |