azure-devops-mcp

by RyanCardin15
Verified

checkPackageDependencies

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" }

You must be authenticated.

Other Tools