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

Function syncHealthReason

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

Source from the content-addressed store, hash-verified

2067 });
2068
2069 const syncHealthReason = (result: ResolveToolsResult): string =>
2070 result.incompleteReason ?? "plugin returned an incomplete tool catalog";
2071
2072 const produceConnectionTools = (
2073 integrationRow: IntegrationRow,

Callers 1

produceConnectionToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected