MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / list

Function list

packages/core/sdk/src/connections.test.ts:300–307  ·  view source on GitHub ↗
(input: { readonly verbose?: boolean })

Source from the content-addressed store, hash-verified

298 );
299
300 const list = (input: { readonly verbose?: boolean }) =>
301 executor
302 .execute(ToolAddress.make("executor.coreTools.connections.list"), {
303 integration: String(INTEG),
304 owner: "org",
305 ...input,
306 })
307 .pipe(Effect.flatMap(decodeConnectionListHealthOutput));
308
309 const defaultList = yield* list({});
310 const nonVerboseList = yield* list({ verbose: false });

Callers 2

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected