azure-devops-mcp

by RyanCardin15
Verified

manageUniversalPackages

Manage universal packages

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
packageNameYesName of the universal package
packagePathNoPath for package upload or download
packageVersionNoVersion of the package

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "download", "upload", "delete" ], "type": "string" }, "packageName": { "description": "Name of the universal package", "type": "string" }, "packagePath": { "description": "Path for package upload or download", "type": "string" }, "packageVersion": { "description": "Version of the package", "type": "string" } }, "required": [ "packageName", "action" ], "type": "object" }

You must be authenticated.

Other Tools