Skip to main content
Glama

Commit Helper MCP

by jolfr
  • Apple

validate_commit_readiness

Assess repository readiness for commit by validating checks, identifying issues, and providing actionable recommendations to ensure compliance before code submission.

Instructions

Comprehensive validation of repository readiness for commit.

Args: repo_path: Path to git repository

Returns: Dict containing: - ready_to_commit: Boolean overall readiness - checks: Dict of individual validation checks - recommendations: List of actions to take before commit

Input Schema

NameRequiredDescriptionDefault
repo_pathYes

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jolfr/commit-helper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server