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 237 B
/** * @fileoverview Barrel file for the gitWrapupInstructions tool. * @module src/mcp-server/tools/gitWrapupInstructions/index */ export { registerGitWrapupInstructionsTool } from "./registration.js"; //# sourceMappingURL=index.js.map