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

Method loadSpec

src/core/interfaces/ISpecService.ts:134–134  ·  view source on GitHub ↗

* Load a single specification by ID

(specId: string)

Source from the content-addressed store, hash-verified

132 * Load a single specification by ID
133 */
134 loadSpec(specId: string): Promise<OpenAPIV3.Document>;
135}
136
137/**

Callers 1

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected