Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_SERVER | Yes | SQL Server 服务器地址 | |
DB_ENCRYPT | No | 是否加密连接 | |
DB_DATABASE | Yes | 数据库名称 | |
DB_PASSWORD | Yes | 密码 | |
DB_USERNAME | Yes | 用户名 | |
FS_ALLOWED_PATHS | No | 允许访问的路径(* 表示所有路径) | |
DB_USE_WINDOWS_AUTH | No | 是否使用 Windows 身份验证 | |
FS_IGNORE_FILE_LOCKS | No | 是否忽略文件锁 | |
FS_ALLOWED_EXTENSIONS | No | 允许的文件扩展名(*.* 表示所有文件) | |
DB_TRUST_SERVER_CERTIFICATE | 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 |
---|---|
No tools |