Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_API_URL | No | GitHub API URL (defaults to https://api.github.com for GitHub.com, use your instance URL for GitHub Enterprise) | https://api.github.com |
GITHUB_API_VERSION | No | GitHub API version to use (e.g. 2022-11-28) | |
GITHUB_PERSONAL_ACCESS_TOKEN | Yes | GitHub Personal Access Token with appropriate permissions (repo scope for private repos, public_repo for public repos only) |
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 |
---|---|
No tools |