MCPcopy Index your code
hub / github.com/Waishnav/devspace / processOutputSchema

Function processOutputSchema

src/server.ts:470–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

468}
469
470function processOutputSchema(): z.ZodRawShape {
471 return resultOutputSchema({
472 sessionId: z.number().optional(),
473 running: z.boolean(),
474 exitCode: z.number().int().optional(),
475 signal: z.string().optional(),
476 wallTimeMs: z.number().nonnegative(),
477 outputTruncated: z.boolean(),
478 });
479}
480
481function processToolResponse(
482 tool: "exec_command" | "write_stdin",

Callers 1

Calls 1

resultOutputSchemaFunction · 0.85

Tested by

no test coverage detected