Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_DEVOPS_ORG | Yes | Your Azure DevOps organization name | |
| AZURE_DEVOPS_PAT | Yes | Personal Access Token | |
| AZURE_DEVOPS_PROJECT | Yes | Default project name | |
| APPLICATIONINSIGHTS_CONNECTION_STRING | No | Optional telemetry connection string |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_wiki_page | Retrieve a specific Azure DevOps wiki page by ID or path |
| list_wiki_pages | List all pages in a wiki |
| search_wiki_pages | Search wiki pages by content or title |
| list_repos | List all repositories in the project |
| get_repo | Get repository details by name |
| get_repo_file | Get file content from a repository |
| list_repo_branches | List branches in a repository |
| search_code | Search code across repositories |
| get_work_item | Get work item details by ID |
| get_work_items | Get multiple work items by IDs |
| query_work_items | Query work items using WIQL (Work Item Query Language) |
| create_work_item | Create a new work item |
| update_work_item | Update an existing work item |
| list_pull_requests | List pull requests in a repository |
| get_pull_request | Get pull request details |
| get_pr_comments | Get pull request review comments |
| list_builds | List recent builds |
| get_build | Get build details by ID |
| list_pipelines | List pipelines in the project |
| get_pipeline_run | Get pipeline run details |
| list_releases | List releases |
| get_release | Get release details |
| list_test_plans | List test plans |
| get_test_plan | Get test plan details |
| ado_api_call | Make a generic Azure DevOps REST API call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |