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).
Parameters
Section titled “Parameters”interceptors
Section titled “interceptors”readonly RequestInterceptor[]
Returns
Section titled “Returns”Promise<unknown>