(kind: 'unknown_workflow' | 'invalid_custom_workflow')
| 194 | } |
| 195 | |
| 196 | function emitConfigWarningMetric(kind: 'unknown_workflow' | 'invalid_custom_workflow'): void { |
| 197 | recordInternalErrorMetric({ |
| 198 | component: 'config/workflow-selection', |
| 199 | runtime: 'mcp', |
| 200 | errorKind: kind, |
| 201 | }); |
| 202 | } |
| 203 | |
| 204 | function snapshotRuntimeRegistration(): RuntimeToolInfo { |
| 205 | return { |
no test coverage detected