{
"name": "azure-devops-mcp",
"version": "0.1.0",
"description": "Azure DevOps reference server for the Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"start": "node dist/index.js",
"inspector": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js",
"test": "jest",
"test:unit": "jest --testPathIgnorePatterns=tests/integration tests/security",
"test:watch": "jest --watch",
"test:integration": "jest --config jest.integration.config.js",
"test:security": "jest --config jest.security.config.js",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
"prepare": "husky install"
},
"keywords": [
"azure-devops",
"mcp",
"ai",
"automation"
],
"author": "",
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.0.0",
"@modelcontextprotocol/sdk": "^1.6.0",
"axios": "^1.6.0",
"azure-devops-node-api": "^12.0.0",
"dotenv": "^16.3.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.0.0",
"prettier": "^3.0.0",
"ts-jest": "^29.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.2"
}
}