Git Auto Commit MCP Server

git-changes-commit-message

Analyzes current git changes and provides a commit message

Input Schema

NameRequiredDescriptionDefault
autoCommitPathYesOptional path to analyze specific directory/file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoCommitPath": { "description": "Optional path to analyze specific directory/file", "type": "string" } }, "required": [ "autoCommitPath" ], "type": "object" }

You must be authenticated.

Other Tools