(result: ResolveToolsResult)
| 2504 | }); |
| 2505 | |
| 2506 | const syncHealthReason = (result: ResolveToolsResult): string => |
| 2507 | result.incompleteReason ?? "plugin returned an incomplete tool catalog"; |
| 2508 | |
| 2509 | const produceConnectionTools = ( |
| 2510 | integrationRow: IntegrationRow, |
no outgoing calls
no test coverage detected