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

Method general

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

Source from the content-addressed store, hash-verified

222 }
223
224 static general(
225 notification?: z.infer<typeof interruptSchema>["notification"],
226 ) {
227 return new Interrupt("general", notification);
228 }
229}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected