MCPcopy Index your code
hub / github.com/ReAPI-com/mcp-openapi / ISpecScanner

Interface ISpecScanner

src/core/interfaces/ISpecScanner.ts:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * or to add additional processing logic
45 */
46export interface ISpecScanner {
47 /**
48 * Scan a folder for OpenAPI specs and yield them one at a time
49 * This allows for memory-efficient processing of large specs
50 * @param folderPath Path to folder containing OpenAPI specs
51 */
52 scan(folderPath: string): AsyncGenerator<SpecScanResult, void, unknown>;
53}

Callers 2

scanAndSaveMethod · 0.65

Implementers 1

DefaultSpecScannersrc/core/SpecScanner.ts

Calls

no outgoing calls

Tested by

no test coverage detected