Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEEPSEEK_MODEL | Yes | Deepseek model name | deepseek-reasoner |
DEEPSEEK_API_KEY | Yes | Your Deepseek API key | |
DEEPSEEK_TIMEOUT | No | Request timeout (ms) | 30000 |
DEEPSEEK_MAX_TOKENS | No | Maximum tokens per request | 8192 |
DEEPSEEK_MAX_RETRIES | No | Number of retry attempts | 3 |
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 |