UNPKG

@cyanheads/git-mcp-server

Version:

An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management,

6 lines 215 B
/** * @fileoverview Barrel file for the gitCherryPick tool. * @module src/mcp-server/tools/gitCherryPick/index */ export { registerGitCherryPickTool } from "./registration.js"; //# sourceMappingURL=index.d.ts.map