MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

src/api/tools/repoHandlers/DefaultRepoHandler.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import type { ToolAnnotations } from "@modelcontextprotocol/sdk/types.js";
17
18class DefaultRepoHandler implements RepoHandler {
19 name = "default";
20 getTools(repoData: RepoData, env: any, ctx: any): Array<Tool> {
21 // Generate a dynamic description based on the URL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected