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

Method process

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

* Process an OpenAPI document by dereferencing and transforming it * @param spec The OpenAPI document to process * @returns A processed version of the OpenAPI document

(spec: OpenAPIV3.Document)

Source from the content-addressed store, hash-verified

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