Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | Your GitHub token for accessing GitHub repositories | |
| GITLAB_TOKEN | No | Your GitLab token for accessing GitLab repositories |
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 |
|---|---|
| get_gitlab_repo | Process and return the code from a GitLab repository branch as text |
| get_github_repo | Process and return the code from a GitHub repository branch as text |
| get_local_repo | Process and return the code from a local repository as text |