MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / buildCliPredicateContext

Function buildCliPredicateContext

src/cli/commands/tools.ts:83–89  ·  view source on GitHub ↗

* Build CLI predicate context. * CLI is never running under Xcode and never has Xcode tools active.

()

Source from the content-addressed store, hash-verified

81 * CLI is never running under Xcode and never has Xcode tools active.
82 */
83async function buildCliPredicateContext(): Promise<PredicateContext> {
84 return {
85 runtime: 'cli',
86 config: getConfig(),
87 runningUnderXcode: false,
88 };
89}
90
91/**
92 * Build tool list from YAML manifest with predicate filtering.

Callers 1

buildToolListFunction · 0.70

Calls 1

getConfigFunction · 0.90

Tested by

no test coverage detected