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

Class

src/core/SpecScanner.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 * and processes them using the provided SpecProcessor
31 */
32export class DefaultSpecScanner implements ISpecScanner {
33 constructor(private readonly specProcessor: ISpecProcessor) {}
34
35 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected