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

Function syncHealthReason

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

Source from the content-addressed store, hash-verified

2051 });
2052
2053 const syncHealthReason = (result: ResolveToolsResult): string =>
2054 result.incompleteReason ?? "plugin returned an incomplete tool catalog";
2055
2056 const produceConnectionTools = (
2057 integrationRow: IntegrationRow,

Callers 1

produceConnectionToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected