MCPcopy Index your code
hub / github.com/modelcontextprotocol/servers / SearchResult

Interface SearchResult

src/filesystem/lib.ts:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface SearchResult {
39 path: string;
40 isDirectory: boolean;
41}
42
43// Pure Utility Functions
44export function formatSize(bytes: number): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected