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

Function syncHealthReason

packages/core/sdk/src/executor.ts:2492–2493  ·  view source on GitHub ↗
(result: ResolveToolsResult)

Source from the content-addressed store, hash-verified

2490 });
2491
2492 const syncHealthReason = (result: ResolveToolsResult): string =>
2493 result.incompleteReason ?? "plugin returned an incomplete tool catalog";
2494
2495 const produceConnectionTools = (
2496 integrationRow: IntegrationRow,

Callers 1

produceConnectionToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected