azure-devops-mcp

by RyanCardin15
Verified

getFileContent

Get the content of a file

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the file
repositoryIdYesID of the repository
versionDescriptorNoVersion descriptor

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Path to the file", "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", "path" ], "type": "object" }

You must be authenticated.

Other Tools