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,

8 lines 306 B
import type { AuthInfo } from "../lib/authTypes.js"; import type { AuthStrategy } from "./authStrategy.js"; export declare class OauthStrategy implements AuthStrategy { private readonly jwks; constructor(); verify(token: string): Promise<AuthInfo>; } //# sourceMappingURL=oauthStrategy.d.ts.map