Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | LLM模型名称 | deepseek-chat |
| LOG_LEVEL | No | 日志级别 | INFO |
| LLM_STREAM | No | 是否启用流式输出 | true |
| DATABASE_URL | Yes | MySQL数据库连接URL (必填) | |
| LLM_PROVIDER | No | LLM提供商 | deepseek |
| SESSION_TIMEOUT | No | 会话超时时间 | 3600 |
| DEEPSEEK_API_KEY | Yes | DeepSeek API密钥 (必填) |
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 | |