azure-devops-mcp

by RyanCardin15
Verified

browseRepository

Access and navigate the contents of a repository in Azure DevOps by specifying the repository ID, path, and version descriptor. Simplify repository management and content exploration directly through the MCP server interface.

Instructions

Browse the contents of a repository

Input Schema

NameRequiredDescriptionDefault
pathNoPath within the repository
repositoryIdYesID of the repository
versionDescriptorNoVersion descriptor

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Path within the repository", "type": "string" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "versionDescriptor": { "additionalProperties": false, "description": "Version descriptor", "properties": { "version": { "description": "Version (branch, tag, or commit)", "type": "string" }, "versionOptions": { "description": "Version options", "type": "string" }, "versionType": { "description": "Version type", "type": "string" } }, "type": "object" } }, "required": [ "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8