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

Method saveSpecCatalog

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

* Persist the catalog of specifications

(catalog: SpecCatalogEntry[])

Source from the content-addressed store, hash-verified

117 * Persist the catalog of specifications
118 */
119 saveSpecCatalog(catalog: SpecCatalogEntry[]): Promise<void>;
120
121 /**
122 * Load the catalog of specifications

Callers 1

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected