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 |
---|---|
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 |
---|---|
git_merge_diff | Generates the text diff for a Git merge commit against its first parent within a specified local repository. |
ado_pr_changes | Fetches changes from an Azure DevOps Pull Request with full diff content using the Azure DevOps Node API. |
ado_pr_comment | Posts a comment to an Azure DevOps Pull Request. Can reply to existing threads or create new ones. |
ado_pr_threads | Fetches all active comment threads from an Azure DevOps Pull Request. |