()
| 220 | } |
| 221 | |
| 222 | function defaultPredicateContext(): PredicateContext { |
| 223 | return { |
| 224 | runtime: 'mcp', |
| 225 | config: getConfig(), |
| 226 | runningUnderXcode: false, |
| 227 | }; |
| 228 | } |
| 229 | |
| 230 | export function getMcpPredicateContext(): PredicateContext { |
| 231 | return registryState.currentContext ?? defaultPredicateContext(); |
no test coverage detected