Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_PROVIDER | No | The LLM provider to use (default is Gemini, can be set to 'openrouter') | gemini |
| GEMINI_API_KEY | No | Your Gemini API key (get from https://aistudio.google.com/app/apikey) | |
| OPENROUTER_MODEL | No | The OpenRouter model to use (e.g., 'anthropic/claude-3.5-sonnet') | |
| OPENROUTER_API_KEY | No | Your OpenRouter API key (required if LLM_PROVIDER is 'openrouter') |
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 | |