Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
generate-pr-desc | Generate PR Description based on the diff between the HEAD and the ancestor branch or commit |
git-diff | Generate a diff between the HEAD and the ancestor branch or commit |
git-cached-diff | Generate a diff between the files in the staging area (the index) and the HEAD |
git-commit-messages | Get commit messages between the ancestor and HEAD |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
git-diff | Get a diff between the HEAD and the ancestor branch or commit |
git-cached-diff | Get a diff between the files in the staging area (the index) and the HEAD |
git-commit-messages | Get commit messages between the ancestor and HEAD |