Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | 服务器主机名 | 0.0.0.0 |
PORT | No | 服务器端口 | 8080 |
DB_HOST | Yes | 数据库主机名 | |
DB_NAME | Yes | 数据库名称 | |
DB_PORT | Yes | 数据库端口 | |
DB_USER | Yes | 数据库用户名 | |
DB_PASSWORD | Yes | 数据库密码 | |
TRANSPORT_MODE | No | 传输模式,可选值为stdio或http | http |
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 |