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

Method searchSchemas

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

* Search for schemas across specifications

(query: string, specId?: string)

Source from the content-addressed store, hash-verified

190 * Search for schemas across specifications
191 */
192 searchSchemas(query: string, specId?: string): Promise<SpecSchemaEntry[]>;
193}
194
195/**

Callers 2

setUpToolsMethod · 0.65

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected