Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| GITHUB_PAT | Yes | GitHub Personal Access Token | |
| ALLOWED_USERNAME | No | Whitelisted GitHub username | anirudhadasgupta |
| REPO_STORAGE_PATH | No | Path for cloned repos | /tmp/repos |
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 | |