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

Function listConnections

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

Source from the content-addressed store, hash-verified

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

Callers 1

makeToolkitsExtensionFunction · 0.85

Calls 2

requireToolkitFunction · 0.85
listConnectionsForRecordFunction · 0.85

Tested by

no test coverage detected