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

Function structuredTextOutput

src/runtime/__tests__/tool-invoker.test.ts:76–88  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

74}
75
76function structuredTextOutput(text: string): StructuredToolOutput {
77 return {
78 schema: 'xcodebuildmcp.output.debug-command-result',
79 schemaVersion: '1',
80 result: {
81 kind: 'debug-command-result',
82 didError: false,
83 error: null,
84 command: 'test',
85 outputLines: [text],
86 },
87 };
88}
89
90function streamedToolResult(opts: Partial<ToolInvokeResult> = {}): ToolInvokeResult {
91 return {

Callers 3

streamedToolResultFunction · 0.85
emitHandlerFunction · 0.85
emitNextStepsHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected