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

Method getApiCatalog

src/core/SpecService.ts:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 async getApiCatalog(): Promise<SpecCatalogEntry[]> {
243 return this.catalog;
244 }
245
246 async saveSpec(spec: OpenAPIV3.Document, specId: string): Promise<void> {
247 this.logger.debug({ specId }, "Persisting specification");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected