get_git_status
Retrieve detailed git repository status, including staged file paths and availability of git operations, to assist in managing commits effectively with the Commit Helper MCP server.
Instructions
Get current git repository status and staged files.
Args: repo_path: Path to git repository
Returns: Dict containing: - git_enabled: Whether git operations are available - staged_files: List of staged file paths - staged_count: Number of staged files - repository_path: Path to git repository - repository_status: Additional status information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |