Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROQ_API_KEY | No | Groq API key (Required if using Groq LLM provider) | |
| LLM_PROVIDER | No | LLM provider to use (e.g., 'deepseek' or 'groq') | deepseek |
| DEEPSEEK_API_KEY | No | DeepSeek API key (Required if using DeepSeek LLM provider) |
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 | |