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

Function createToolModule

src/utils/__tests__/tool-registry.test.ts:90–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90function createToolModule() {
91 return {
92 schema: {} as ToolSchemaShape,
93 handler: vi.fn().mockResolvedValue({ content: [] }),
94 };
95}
96
97function createPredicateContext(): PredicateContext {
98 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected