Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_TOKEN | No | GitHub personal access token to increase API rate limits from 60 to 5000 requests/hour |
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-repo-context | Get all files from a GitHub repository to use as context |
get-file-content | Get content of a specific file from a GitHub repository |
get-repo-structure | Get the structure of a GitHub repository |