tdevere/azure-devops-mcp-pipeline-analyzer
If you are the rightful owner of azure-devops-mcp-pipeline-analyzer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Azure DevOps MCP Pipeline Analyzer is a tool designed to transform Azure DevOps pipeline failures into actionable insights using AI-powered root cause analysis. It integrates seamlessly with Visual Studio Code and is built with TypeScript for robust type safety and IDE support.
Tools
Functions exposed to the LLM to take actions
build_get_failed_builds
Retrieves a list of failed builds across all pipelines in a project.
build_get_failed_builds_detailed
Retrieves detailed information about a specific failed build.
build_get_failed_builds_by_definition
Retrieves failed builds for a specific build definition.
build_generate_failure_report
Generates a comprehensive build failure analysis report with RCA, pattern analysis, and actionable recommendations.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client