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

Function createContext

src/visibility/__tests__/exposure.test.ts:40–47  ·  view source on GitHub ↗
(overrides: Partial<PredicateContext> = {})

Source from the content-addressed store, hash-verified

38}
39
40function createContext(overrides: Partial<PredicateContext> = {}): PredicateContext {
41 return {
42 runtime: 'mcp',
43 config: createDefaultConfig(),
44 runningUnderXcode: false,
45 ...overrides,
46 };
47}
48
49function createTool(overrides: Partial<ToolManifestEntry> = {}): ToolManifestEntry {
50 return {

Callers 1

exposure.test.tsFile · 0.70

Calls 1

createDefaultConfigFunction · 0.70

Tested by

no test coverage detected