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

Function start

packages/react/src/components/add-account-modal.test.ts:386–389  ·  view source on GitHub ↗
(args: StartArgs)

Source from the content-addressed store, hash-verified

384 return Promise.resolve(OAuthClientSlug.make("linear-mcp"));
385 };
386 const start = (args: StartArgs): void => {
387 calls.push("start");
388 startArgs = args;
389 };
390
391 const outcome = await runDcrConnect(
392 { probe, register, start },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected