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