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

Interface ISpecProcessor

src/core/interfaces/ISpecProcessor.ts:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 * Can optionally validate the spec and remove unused components.
18 */
19export interface ISpecProcessor {
20 /**
21 * Process an OpenAPI document by dereferencing and transforming it
22 * @param spec The OpenAPI document to process
23 * @returns A processed version of the OpenAPI document
24 */
25 process(spec: OpenAPIV3.Document): Promise<OpenAPIV3.Document>;
26}

Callers 2

processFileMethod · 0.65

Implementers 1

DefaultSpecProcessorsrc/core/SpecProcessor.ts

Calls

no outgoing calls

Tested by

no test coverage detected