UNPKG

@mcp-apps/azure-devops-mcp-server

Version:

A Model Context Protocol (MCP) server for Azure DevOps integration

34 lines (33 loc) 694 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": "$tsc", "label": "npm: build", "detail": "tsc" }, { "type": "npm", "script": "watch", "group": "build", "problemMatcher": "$tsc-watch", "label": "npm: watch", "detail": "tsc -w", "isBackground": true }, { "type": "npm", "script": "rebuild", "group": "build", "problemMatcher": "$tsc", "label": "npm: rebuild", "detail": "npm run clean && npm run build" } ] }