Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | LLM model to use (e.g., 'claude-3-5-sonnet-20241022' for Anthropic or 'gemini-2.0-flash-exp' for Google) | |
| LLM_API_KEY | No | API key for the selected LLM provider (Anthropic Claude or Google Gemini) | |
| LLM_PROVIDER | No | LLM provider to use for AI analysis ('anthropic' or 'google') | |
| USE_CLAUDE_CODE_SUBSCRIPTION | No | Set to 'true' to use Claude Code Subscription for AI analysis |
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 | |