gitlab-mcp-server

by yoda-digital
Verified

list_commits

Get commit history for a GitLab project

Input Schema

NameRequiredDescriptionDefault
allNo
first_parentNo
pageNo
pathNo
per_pageNo
project_idNo
shaNo
sinceNo
untilNo
with_statsNo

Input Schema (JSON Schema)

{ "properties": { "all": { "type": "boolean" }, "first_parent": { "type": "boolean" }, "page": { "type": "number" }, "path": { "type": "string" }, "per_page": { "type": "number" }, "project_id": { "type": "string" }, "sha": { "type": "string" }, "since": { "type": "string" }, "until": { "type": "string" }, "with_stats": { "type": "boolean" } }, "type": "object" }