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

Method saveSpec

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

* Persist a single specification

(spec: OpenAPIV3.Document, specId: string)

Source from the content-addressed store, hash-verified

127 * Persist a single specification
128 */
129 saveSpec(spec: OpenAPIV3.Document, specId: string): Promise<void>;
130
131 /**
132 * Load a single specification by ID

Callers 1

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected