@aaronsb/ado-mcp
MCP server package ado-mcp
Install
agr install @aaronsb/ado-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "ado-mcp", "version": "0.1.0", "description": "A Model Context Protocol server for Azure DevOps", "author": "Aaron Bockelie aaronsb@gmail.com", "license": "MIT", "private": true, "type": "module", "bin": { "ado-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755')"", "prepare": "[ "$NODE_ENV" != "production" ] && npm run build || exit 0", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "lint": "rm -rf build && eslint 'src/**/*.ts'", "test": "jest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.2", "azure-devops-node-api": "^14.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^8.25.0", "@typescript-eslint/parser": "^8.25.0", "eslint": "^9.22.0", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.8.2" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-2a2eb2eb1e1c2026-08-04