MCPcopy Create free account
hub / github.com/modelcontextprotocol/mcpb / GetAllFilesResult

Interface GetAllFilesResult

src/node/files.ts:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 mode: number;
114}
115export interface GetAllFilesResult {
116 files: Record<string, FileWithPermissions>;
117 ignoredCount: number;
118}
119
120export function getAllFilesWithCount(
121 dirPath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…