(result: ResolveToolsResult)
| 2490 | }); |
| 2491 | |
| 2492 | const syncHealthReason = (result: ResolveToolsResult): string => |
| 2493 | result.incompleteReason ?? "plugin returned an incomplete tool catalog"; |
| 2494 | |
| 2495 | const produceConnectionTools = ( |
| 2496 | integrationRow: IntegrationRow, |
no outgoing calls
no test coverage detected