Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
AZURE_DEVOPS_ORG | No | Azure DevOps organization name | Extracted from URL |
AZURE_DEVOPS_PAT | No | Personal Access Token (for PAT auth) | |
AZURE_AD_CLIENT_ID | No | Azure AD application ID (for AAD auth) | |
AZURE_AD_TENANT_ID | No | Azure AD tenant ID (for AAD auth) | |
AZURE_DEVOPS_ORG_URL | No | Full URL to your Azure DevOps organization | |
AZURE_AD_CLIENT_SECRET | No | Azure AD client secret (for AAD auth) | |
AZURE_DEVOPS_API_VERSION | No | API version to use | Latest |
AZURE_DEVOPS_AUTH_METHOD | No | Authentication method (`pat`, `azure-identity`, or `azure-cli`) - case-insensitive | azure-identity |
AZURE_DEVOPS_DEFAULT_PROJECT | No | Default project if none specified |
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_organizations | List all Azure DevOps organizations accessible to the current authentication |
list_projects | List all projects in an organization |
get_project | Get details of a specific project |
get_project_details | Get comprehensive details of a project including process, work item types, and teams |
get_work_item | Get details of a specific work item |
list_work_items | List work items in a project |
create_work_item | Create a new work item |
update_work_item | Update an existing work item |
manage_work_item_link | Add or remove a link between work items |
get_repository | Get details of a specific repository |
get_repository_details | Get detailed information about a repository including statistics and refs |
list_repositories | List repositories in a project |
search_code | Search for code across repositories in a project |
search_wiki | Search for content across wiki pages in a project |
search_work_items | Search for work items across projects in Azure DevOps |