Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
GITHUB_TOKEN | Yes | GitHub Personal Access Token (required) | |
DEFAULT_MODEL | No | Default AI model | llama3.1 |
GEMINI_API_KEY | No | Gemini API key | |
MAX_PATCH_SIZE | No | Max patch size in chars | 2000 |
CURSOR_CLI_PATH | No | Cursor CLI path | cursor |
AUTO_POST_REVIEW | No | Auto-post reviews to GitHub | false |
PROMPT_FILE_PATH | No | Review prompt file path | ./prompts/review-prompt.md |
MAX_FILES_TO_REVIEW | No | Max files per PR | 50 |
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 |