MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / approval

Method approval

sdk-node/src/util.ts:218–222  ·  view source on GitHub ↗
(
    notification?: z.infer<typeof interruptSchema>["notification"],
  )

Source from the content-addressed store, hash-verified

216 }
217
218 static approval(
219 notification?: z.infer<typeof interruptSchema>["notification"],
220 ) {
221 return new Interrupt("approval", notification);
222 }
223
224 static general(
225 notification?: z.infer<typeof interruptSchema>["notification"],

Callers 2

fnFunction · 0.80
util.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

fnFunction · 0.64