azure-devops-mcp

by RyanCardin15
Verified

getCommitHistory

Get commit history for a repository

Input Schema

NameRequiredDescriptionDefault
itemPathNoPath to filter commits by
repositoryIdYesID of the repository
skipNoNumber of commits to skip
topNoMaximum number of commits to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itemPath": { "description": "Path to filter commits by", "type": "string" }, "repositoryId": { "description": "ID of the repository", "type": "string" }, "skip": { "description": "Number of commits to skip", "type": "number" }, "top": { "description": "Maximum number of commits to return", "type": "number" } }, "required": [ "repositoryId" ], "type": "object" }

You must be authenticated.

Other Tools