@maddy_1223/helloworld
v2.0.3
Published
Model Context Protocol Server project for Azure Devops
Downloads
444
Readme
Setup
Ensure you have the necessary dependencies installed:
- @modelcontextprotocol/sdk
- node-fetch
Update the
YOUR_PERSONAL_ACCESS_TOKENin theCallToolRequestSchemahandler to your DevOps Personal Access Token.
Usage
The DevOps tool exposes the following function:
AzureDevOps_Data_Fetcher: Fetch details of a specific work item from 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.
