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 210 B
/** * @fileoverview Barrel file for the Stdio transport module. * @module src/mcp-server/transports/stdio/index */ export { startStdioTransport } from "./stdioTransport.js"; //# sourceMappingURL=index.js.map