Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 数据库主机地址 (默认: localhost) | localhost |
| port | Yes | 数据库端口 | |
| type | Yes | 数据库类型 (mysql|postgres|redis) | |
| user | Yes | 用户名 | |
| database | Yes | 数据库名称 | |
| password | Yes | 密码 | |
| danger-allow-write | No | 启用写入模式(危险!) |
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 | |