Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AI_MODEL | No | Default AI model to use | anthropic/claude-3.5-sonnet |
NODE_ENV | No | Environment mode | production |
LOG_LEVEL | No | Logging level | info |
GITHUB_TOKEN | Yes | GitHub API access token | |
OPENROUTER_API_KEY | Yes | OpenRouter API access key | |
MAX_RESPONSE_TOKENS | No | Response size limit | 25000 |
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 |