Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORKSPACE_PATH | Yes | The local path to your workspace for file system operations | |
| GITHUB_PERSONAL_ACCESS_TOKEN | Yes | Your GitHub Personal Access Token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| github_list_repos | List GitHub repositories for authenticated user |
| github_get_pr | Get pull request details |
| github_get_pr_diff | Get pull request diff for code review |
| github_list_prs | List pull requests in a repository |
| fs_read_file | Read file contents from workspace |
| fs_list_files | List files in a directory |
| fs_search_files | Search for files by pattern (e.g., *.js, *.py) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |