This tool implements a Model Context Protocol (MCP) server designed for robust integration with Azure DevOps. It provides programmatic access to comprehensive details of various Work Items, including Product Backlog Items (PBIs), User Stories, and Bugs. Leveraging a Personal Access Token (PAT) for secure authentication, the server fetches rich metadata, planning specifics, technical information, and descriptions, outputting them in Markdown format. This facilitates seamless integration with other tools that support the MCP standard, enabling automated data extraction and reporting from project backlogs.
주요 기능
01Retrieve complete Work Item information (metadata, planning, technical details, description)
02Output information in Markdown format
03Authenticate using Personal Access Token (PAT)
04Query Work Items by ID
050 GitHub stars
06Robust error and exception handling