Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | The LLM model to use | Qwen/Qwen3-8B |
| LLM_API_KEY | No | Your API key for the LLM service | |
| LLM_BASE_URL | No | The base URL for the LLM API | https://api.siliconflow.cn/v1 |
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 | |