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

Function listConnections

packages/plugins/toolkits/src/server.ts:436–437  ·  view source on GitHub ↗
(toolkitId: string)

Source from the content-addressed store, hash-verified

434 });
435
436 const listConnections = (toolkitId: string) =>
437 requireToolkit(toolkitId).pipe(Effect.flatMap(() => listConnectionsForRecord(toolkitId)));
438
439 const createConnection = (
440 toolkitId: string,

Callers 1

makeToolkitsExtensionFunction · 0.85

Calls 2

requireToolkitFunction · 0.85
listConnectionsForRecordFunction · 0.85

Tested by

no test coverage detected