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

Function connectionsPort

packages/hosts/mcp/src/artifacts-tools.test.ts:25–27  ·  view source on GitHub ↗
(available: readonly BindableConnection[])

Source from the content-addressed store, hash-verified

23/** The caller's connection inventory, as `create-artifact` sees it when it
24 * binds an artifact's integration roles. */
25const connectionsPort = (available: readonly BindableConnection[]) => ({
26 list: (): Effect.Effect<readonly BindableConnection[]> => Effect.succeed(available),
27});
28
29const conn = (integration: string, owner: "user" | "org", name: string): BindableConnection => ({
30 integration,

Callers 2

runBoundActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected