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

Method findOperationById

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

* Find an operation by its ID within a specification

(
    specId: string,
    operationId: string
  )

Source from the content-addressed store, hash-verified

165 * Find an operation by its ID within a specification
166 */
167 findOperationById(
168 specId: string,
169 operationId: string
170 ): Promise<LoadOperationResult | null>;

Callers 3

setUpToolsMethod · 0.65
setUpPromptsMethod · 0.65

Implementers 1

FileSystemSpecServicesrc/core/SpecService.ts

Calls

no outgoing calls

Tested by

no test coverage detected