Skip to content

runInterceptors

runInterceptors(interceptors, op, exec): Promise<unknown>

Defined in: packages/mcp-query/src/core/interceptors.ts:34

Run op through the chain, with exec as the innermost (the actual operation).

readonly RequestInterceptor[]

Operation

Next

Promise<unknown>