git MCP server

git_commit

Records changes to the repository

Input Schema

NameRequiredDescriptionDefault
messageYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "message": { "title": "Message", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "message" ], "title": "GitCommit", "type": "object" }