Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_HOST | No | 数据库主机地址 | |
DB_NAME | No | 数据库名称 | |
DB_PORT | No | 数据库端口 | |
DB_USER | No | 数据库用户名 | |
DB_PASSWORD | No | 数据库密码 |
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 |
---|---|
query_mysql | 执行MySQL数据库查询(只读模式) |
query_postgresql | 执行PostgreSQL数据库查询(只读模式) |
query_mssql | 执行MSSQL数据库查询(只读模式) |
query_oracle | 执行Oracle数据库查询(只读模式) |