Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEFAULT_REPO | Yes | Default repository name | |
GITHUB_TOKEN | Yes | Your GitHub token with permissions to create issues | |
DEFAULT_OWNER | Yes | Your username or organization |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
draft_issue_from_diff | Converte um diff em um rascunho de issue |
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 | Retorna um diff do repositório atual. Use para entender alterações locais. |
create_github_issue | Cria uma issue no GitHub usando Octokit |