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