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

Function addr

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

Source from the content-addressed store, hash-verified

42const CONN = ConnectionName.make("main");
43
44const addr = (tool: string): ToolAddress => ToolAddress.make(`tools.${INTEG}.org.${CONN}.${tool}`);
45
46// ---------------------------------------------------------------------------
47// A plugin that registers an integration, produces per-connection tools via

Callers 1

executor.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected