Skip to main content
Glama

azure-devops-mcp

checkPackageDependencies

Analyze package dependencies, identify vulnerabilities, and include transitive dependencies to ensure code security and compatibility in Azure DevOps projects.

Instructions

Check package dependencies and vulnerabilities

Input Schema

NameRequiredDescriptionDefault
checkVulnerabilitiesNoCheck for known vulnerabilities
includeTransitiveNoInclude transitive dependencies
packageNameYesName of the package to check
packageVersionNoVersion of the package

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "checkVulnerabilities": { "description": "Check for known vulnerabilities", "type": "boolean" }, "includeTransitive": { "description": "Include transitive dependencies", "type": "boolean" }, "packageName": { "description": "Name of the package to check", "type": "string" }, "packageVersion": { "description": "Version of the package", "type": "string" } }, "required": [ "packageName" ], "type": "object" }
Install Server

Other Tools from azure-devops-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanCardin15/AzureDevOps-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server