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

Interface MockToolHandlerResult

src/test-utils/test-helpers.ts:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 * with an optional next-step tool reference.
32 */
33export interface MockToolHandlerResult {
34 events: AnyFragment[];
35 attachments: ImageAttachment[];
36 nextStepParams?: NextStepParamsMap;
37 text(): string;
38 isError(): boolean;
39}
40
41export function createMockToolHandlerContext(): {
42 ctx: ToolHandlerContext;

Callers 10

installXcodemakeFunction · 0.80
runLogicFunction · 0.80
promptCustomPathFunction · 0.80
runLogicFunction · 0.65
callHandlerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected