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

Function syncHealthReason

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

Source from the content-addressed store, hash-verified

2409 });
2410
2411 const syncHealthReason = (result: ResolveToolsResult): string =>
2412 result.incompleteReason ?? "plugin returned an incomplete tool catalog";
2413
2414 const produceConnectionTools = (
2415 integrationRow: IntegrationRow,

Callers 1

produceConnectionToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected