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

Class

src/core/SpecService.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export class FileSystemSpecService implements ISpecStore, ISpecExplorer {
40 private readonly config: Required<SpecServiceConfig>;
41 private readonly logger: Logger;
42 private readonly specCache: SimpleCache<string, OpenAPIV3.Document>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected