@syncfusion/azuredevops-mcp-server
v2.0.2
Published
Model Context Protocol Server project for Azure Devops
Keywords
Readme
Azure DevOps Tool for MCP
This tool provides Azure DevOps functionality for the Model Context Protocol (MCP) server. It allows fetching details of work items from Azure DevOps.
Features
- Fetch details of a specific work item from Azure DevOps
Setup
Ensure you have the necessary dependencies installed:
- @modelcontextprotocol/sdk
- node-fetch
Update the
YOUR_PERSONAL_ACCESS_TOKENin theCallToolRequestSchemahandler to your Azure DevOps Personal Access Token.
Usage
The Azure DevOps tool exposes the following function:
AzureDevOps_Data_Fetcher: Fetch details of a specific work item from Azure DevOps based on organization, project, and work item ID.
Integration
This tool is designed to work with the MCP server. It sets up request handlers for listing tools and executing tool calls.
Error Handling
The function includes error handling to catch and report any issues that may occur during the API call to Azure DevOps.
