Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_TOKEN | No | Alternative way to provide your GitHub token as a global environment variable | |
GITHUB_PERSONAL_ACCESS_TOKEN | No | GitHub personal access token for accessing private repositories, increasing API rate limits, or triggering workflows (requires workflow scope) |
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_github_actions | Get available GitHub Actions for a repository |
get_github_action | Get detailed information about a specific GitHub Action, including inputs and their requirements |
trigger_github_action | Trigger a GitHub workflow dispatch event with custom inputs |
get_github_release | Get the latest 2 releases from a GitHub repository |