MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / constructor

Method constructor

src/core/SpecScanner.ts:33–33  ·  view source on GitHub ↗
(private readonly specProcessor: ISpecProcessor)

Source from the content-addressed store, hash-verified

31 */
32export class DefaultSpecScanner implements ISpecScanner {
33 constructor(private readonly specProcessor: ISpecProcessor) {}
34
35 /**
36 * Scans a directory for OpenAPI specification files and yields processed results

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected