{
  "name": "@mcp-apps/azure-devops-mcp-server",
  "version": "1.0.47",
  "description": "A Model Context Protocol (MCP) server for Azure DevOps integration",
  "main": "dist/index.js",
  "type": "commonjs",
  "bin": {
    "azure-devops-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "start": "node dist/index.js",
    "dev": "node --no-warnings --enable-source-maps dist/index.js",
    "watch": "tsc -w",
    "clean": "rimraf dist",
    "rebuild": "npm run clean && npm run build",
    "unpublish": "npm unpublish --force",
    "setup": "ts-node setup.ts",
    "test": "node dist/test/test-get-pr-basic-info.js",
    "test:basic-info": "node dist/test/test-get-pr-basic-info.js",
    "test:code-diffs": "node dist/test/test-get-pr-code-diffs.js",
    "test:detailed-changes": "node dist/test/test-get-pr-detailed-changes.js",
    "test:test-impact": "node dist/test/test-get-pr-test-impact.js",
    "test:recent-prs": "node dist/test/test-get-recent-prs.js",
    "test:repository-context": "node dist/test/test-get-repository-context.js",
    "debug": "npx @modelcontextprotocol/inspector node dist/index.js",
    "token": "npx vsts-npm-auth -config .npmrc"
  },
  "dependencies": {
    "@azure/identity": "^4.13.1",
    "@azure/identity-broker": "^1.4.0",
    "@azure/msal-node": "^3.8.10",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "axios": "^1.15.2",
    "azure-devops-node-api": "^15.1.2",
    "date-fns": "^4.1.0",
    "diff": "^8.0.2",
    "dotenv": "^16.6.1",
    "express": "^5.2.1",
    "node-fetch": "^3.3.2",
    "open": "^10.1.2",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@modelcontextprotocol/inspector": "^0.21.2",
    "@types/express": "^5.0.6",
    "@types/node": "^24.12.2",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "mcp",
    "azure-devops",
    "model-context-protocol",
    "devops",
    "ado",
    "vsts",
    "visual-studio",
    "copilot",
    "ai-assistant"
  ],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  }
}
