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

Interface FileWithPermissions

src/node/files.ts:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111interface FileWithPermissions {
112 data: Uint8Array;
113 mode: number;
114}
115export interface GetAllFilesResult {
116 files: Record<string, FileWithPermissions>;
117 ignoredCount: number;

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…