Skip to main content

Module git

Module git 

Source
Expand description

Git-context tools: get_branches, get_recent_commits, get_diff.

Thin wrappers over read-only git invocations against the resolved repository root. These always work (the repo always exists), so there is no degradation path.

Structs§

BranchesResponse
Response for get_branches.
CommitsResponse
Response for get_recent_commits.
GetDiffParams
Parameters for GitPawMcpServer::get_diff.
GetRecentCommitsParams
Parameters for GitPawMcpServer::get_recent_commits.