azure-devops-mcp

by RyanCardin15
Verified

browseRepository

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