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

Function syncHealthReason

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

Source from the content-addressed store, hash-verified

2550 });
2551
2552 const syncHealthReason = (result: ResolveToolsResult): string =>
2553 result.incompleteReason ?? "plugin returned an incomplete tool catalog";
2554
2555 const produceConnectionTools = (
2556 integrationRow: IntegrationRow,

Callers 1

produceConnectionToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected