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

Interface SpecIdentifier

src/core/interfaces/ISpecProcessor.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * Identifies a specific OpenAPI specification
5 */
6export interface SpecIdentifier {
7 /** Unique identifier for the specification */
8 specId: string;
9 /** Optional title of the specification */
10 title?: string;
11 /** Optional version of the specification */
12 version?: string;
13}
14
15/**
16 * Process OpenAPI specifications into a dereferenced version.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected