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

Function conn

packages/hosts/mcp/src/artifacts-tools.test.ts:29–33  ·  view source on GitHub ↗
(integration: string, owner: "user" | "org", name: string)

Source from the content-addressed store, hash-verified

27});
28
29const conn = (integration: string, owner: "user" | "org", name: string): BindableConnection => ({
30 integration,
31 owner,
32 name,
33});
34
35// ---------------------------------------------------------------------------
36// Harness

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected