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

Class

src/core/SpecProcessor.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18type SchemaOrRef = SchemaObject | ReferenceObject;
19
20export class DefaultSpecProcessor implements ISpecProcessor {
21 async process(spec: OpenAPIV3.Document): Promise<OpenAPIV3.Document> {
22 // First dereference all $refs
23 const dereferencedSpec = (await $RefParser.dereference(spec, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected