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

Function addr

packages/core/sdk/src/executor.test.ts:50–50  ·  view source on GitHub ↗
(tool: string)

Source from the content-addressed store, hash-verified

48const CONN = ConnectionName.make("main");
49
50const addr = (tool: string): ToolAddress => ToolAddress.make(`tools.${INTEG}.org.${CONN}.${tool}`);
51
52// ---------------------------------------------------------------------------
53// A plugin that registers an integration, produces per-connection tools via

Callers 3

executor.test.tsFile · 0.70
recordToolRowLaunchFunction · 0.70
recordCredentialLaunchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected