azure-devops-mcp

by RyanCardin15
Verified

promotePackage

Promote a package version between views

Input Schema

NameRequiredDescriptionDefault
feedIdYesID of the feed
packageNameYesName of the package
packageVersionYesVersion of the package
sourceViewYesSource view (e.g., 'prerelease')
targetViewYesTarget view (e.g., 'release')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedId": { "description": "ID of the feed", "type": "string" }, "packageName": { "description": "Name of the package", "type": "string" }, "packageVersion": { "description": "Version of the package", "type": "string" }, "sourceView": { "description": "Source view (e.g., 'prerelease')", "type": "string" }, "targetView": { "description": "Target view (e.g., 'release')", "type": "string" } }, "required": [ "feedId", "packageName", "packageVersion", "sourceView", "targetView" ], "type": "object" }

You must be authenticated.

Other Tools