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

Method searchOperations

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

* Search for operations across specifications

(
    query: string,
    specId?: string
  )

Source from the content-addressed store, hash-verified

182 * Search for operations across specifications
183 */
184 searchOperations(
185 query: string,
186 specId?: string
187 ): Promise<LoadOperationResult[]>;

Callers 3

setUpToolsMethod · 0.65
setUpPromptsMethod · 0.65

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected