Skip to main content
Glama

azure-devops-mcp

promotePackage

Move a package version between predefined views, such as 'prerelease' to 'release', in Azure DevOps feeds using feed ID, package name, and version.

Instructions

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