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

Function streamedToolResult

src/runtime/__tests__/tool-invoker.test.ts:90–95  ·  view source on GitHub ↗
(opts: Partial<ToolInvokeResult> = {})

Source from the content-addressed store, hash-verified

88}
89
90function streamedToolResult(opts: Partial<ToolInvokeResult> = {}): ToolInvokeResult {
91 return {
92 structuredOutput: structuredTextOutput('daemon-result'),
93 ...opts,
94 };
95}
96
97function makeTool(opts: {
98 cliName: string;

Callers 1

Calls 1

structuredTextOutputFunction · 0.85

Tested by

no test coverage detected