Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AZURE_DEVOPS_PAT | Yes | Your Azure DevOps personal access token | |
AZURE_DEVOPS_ORG_URL | Yes | The URL of your Azure DevOps organization (e.g., https://dev.azure.com/your-org) | |
AZURE_DEVOPS_PROJECT | No | The default Azure DevOps project to use | |
AZURE_DEVOPS_REPOSITORY | No | The default Azure DevOps repository to use |
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 |
---|---|
list_work_items | List work items in a project |
get_work_item | Get details of a specific work item |
create_work_item | Create a new work item |
list_pull_requests | List pull requests in a repository |
get_pull_request | Get details of a specific pull request |
create_pull_request | Create a new pull request |
create_pull_request_comment | Add a comment to a pull request |
get_pull_request_diff | Get the diff for a pull request |
create_wiki_page | Create a new wiki page |
edit_wiki_page | Edit an existing wiki page |
list_projects | List all accessible projects in the Azure DevOps organization |
get_project | Get details of a specific Azure DevOps project |