Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPSEEK_API_KEY | Yes | Your DeepSeek API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| DeepSeek Chat | General-purpose chat model optimized for dialogue |
| DeepSeek Reasoner | Model optimized for reasoning and problem-solving |
| Temperature | Controls randomness in the output (0.0 to 2.0) |
| Maximum Tokens | Maximum number of tokens to generate |
| Top P | Controls diversity via nucleus sampling (0.0 to 1.0) |
| Frequency Penalty | Reduces repetition by penalizing frequent tokens (-2.0 to 2.0) |
| Presence Penalty | Reduces repetition by penalizing used tokens (-2.0 to 2.0) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chat_completion | - |
| multi_turn_chat | - |