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

Function syncHealthReason

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

Source from the content-addressed store, hash-verified

2142 });
2143
2144 const syncHealthReason = (result: ResolveToolsResult): string =>
2145 result.incompleteReason ?? "plugin returned an incomplete tool catalog";
2146
2147 const produceConnectionTools = (
2148 integrationRow: IntegrationRow,

Callers 1

produceConnectionToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected