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

Interface SpecCatalogEntry

src/core/interfaces/ISpecScanner.ts:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 * Entry in the specification catalog
24 */
25export interface SpecCatalogEntry {
26 /** Unique identifier */
27 id: string;
28 /** Human readable title */
29 title: string;
30 /** Description of the specification */
31 description: string;
32}
33
34/**
35 * Scan a folder for OpenAPI specifications

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected