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 |
|---|---|
| create-issue-description | Generate a description for a GitHub issue |
| create-pull-request-description | Generate a description for a GitHub pull request |
| search-repos-prompt | Generate a query for searching GitHub repositories |
| create-issue-prompt | Generate parameters for creating a GitHub issue |
| enhance-github-response | Format and enhance raw GitHub API response data |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-repos | Search for GitHub repositories |
| get-repo-info | Get information about a specific GitHub repository |
| list-issues | List issues in a GitHub repository |
| create-issue | Create a new issue in a GitHub repository |