| 16 | import type { ToolAnnotations } from "@modelcontextprotocol/sdk/types.js"; |
| 17 | |
| 18 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected