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

Class

src/api/tools/repoHandlers/GenericRepoHandler.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import rawMapping from "./generic/static-mapping.json";
10
11class GenericRepoHandler implements RepoHandler {
12 name = "generic";
13 getTools(_: RepoData, env: any, ctx: any): Array<Tool> {
14 console.debug("Creating tools for docs page");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected