()
| 228 | } |
| 229 | |
| 230 | export function getMcpPredicateContext(): PredicateContext { |
| 231 | return registryState.currentContext ?? defaultPredicateContext(); |
| 232 | } |
| 233 | |
| 234 | type ImportedToolModule = Awaited<ReturnType<typeof importToolModule>>; |
| 235 |
no test coverage detected