(result: ResolveToolsResult)
| 2550 | }); |
| 2551 | |
| 2552 | const syncHealthReason = (result: ResolveToolsResult): string => |
| 2553 | result.incompleteReason ?? "plugin returned an incomplete tool catalog"; |
| 2554 | |
| 2555 | const produceConnectionTools = ( |
| 2556 | integrationRow: IntegrationRow, |
no outgoing calls
no test coverage detected