git MCP server

git_log

Access and display commit logs from a Git repository by specifying the repo path and optional max count. Streamlines repository history tracking for efficient version control.

Instructions

Shows the commit logs

Input Schema

NameRequiredDescriptionDefault
max_countNo
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "max_count": { "default": 10, "title": "Max Count", "type": "integer" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path" ], "title": "GitLog", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae