MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / getMcpPredicateContext

Function getMcpPredicateContext

src/utils/tool-registry.ts:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

defaultPredicateContextFunction · 0.85

Tested by

no test coverage detected