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

Method findSchemaByName

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

* Find a schema by name within a specification

(
    specId: string,
    schemaName: string
  )

Source from the content-addressed store, hash-verified

157 * Find a schema by name within a specification
158 */
159 findSchemaByName(
160 specId: string,
161 schemaName: string
162 ): Promise<LoadSchemaResult | null>;

Callers 2

setUpToolsMethod · 0.65

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected