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§
- Branches
Response - Response for
get_branches. - Commits
Response - Response for
get_recent_commits. - GetDiff
Params - Parameters for
GitPawMcpServer::get_diff. - GetRecent
Commits Params - Parameters for
GitPawMcpServer::get_recent_commits.