MCPcopy
hub / github.com/n4ze3m/dialoqbase / GithubRepoLoaderParams

Interface GithubRepoLoaderParams

server/src/loader/github.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { promisify } from "node:util";
7
8export interface GithubRepoLoaderParams {
9 branch: string;
10 url: string;
11 isPrivate: boolean;
12}
13
14export class DialoqbaseGithub
15 extends BaseDocumentLoader

Callers

nothing calls this directly

Implementers 1

DialoqbaseGithubserver/src/loader/github.ts

Calls

no outgoing calls

Tested by

no test coverage detected