MCPcopy Create free account
hub / github.com/modelcontextprotocol/typescript-sdk / getTaskResult

Function getTaskResult

test/client/index.test.ts:2396–2399  ·  view source on GitHub ↗
(_args, extra)

Source from the content-addressed store, hash-verified

2394 return task;
2395 },
2396 async getTaskResult(_args, extra) {
2397 const result = await extra.taskStore.getTaskResult(extra.taskId);
2398 return result as { content: Array<{ type: 'text'; text: string }> };
2399 }
2400 }
2401 );
2402

Callers

nothing calls this directly

Calls 1

getTaskResultMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…