MCPcopy Create free account
hub / github.com/cloudflare/mcp / OperationObject

Interface OperationObject

src/spec-processor.ts:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49interface OperationObject {
50 summary?: string
51 description?: string
52 tags?: string[]
53 parameters?: unknown
54 requestBody?: unknown
55 responses?: unknown
56}
57
58/**
59 * Process a raw OpenAPI spec into the simplified format used by the search tool.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected