(result: ResolveToolsResult)
| 2067 | }); |
| 2068 | |
| 2069 | const syncHealthReason = (result: ResolveToolsResult): string => |
| 2070 | result.incompleteReason ?? "plugin returned an incomplete tool catalog"; |
| 2071 | |
| 2072 | const produceConnectionTools = ( |
| 2073 | integrationRow: IntegrationRow, |
no outgoing calls
no test coverage detected