(result: ResolveToolsResult)
| 2142 | }); |
| 2143 | |
| 2144 | const syncHealthReason = (result: ResolveToolsResult): string => |
| 2145 | result.incompleteReason ?? "plugin returned an incomplete tool catalog"; |
| 2146 | |
| 2147 | const produceConnectionTools = ( |
| 2148 | integrationRow: IntegrationRow, |
no outgoing calls
no test coverage detected