Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging by setting to 'devops-enhanced-mcp' |
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 |
---|---|
get-work-items | Get work items from Azure DevOps |
create-work-item | Create a new work item in Azure DevOps |
update-work-item | Update an existing work item in Azure DevOps |
add-work-item-comment | Add a comment to an existing work item in Azure DevOps |
get-repositories | Get repositories from Azure DevOps project |
get-builds | Get build definitions and recent builds |
get-pull-requests | Get pull requests from Azure DevOps repository |
trigger-pipeline | Trigger a build pipeline in Azure DevOps |
get-pipeline-status | Get status of a specific build or pipeline |
get-current-context | Get current Azure DevOps context based on directory |