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

Function getTaskResult

test/server/index.test.ts:2274–2277  ·  view source on GitHub ↗
(_args, extra)

Source from the content-addressed store, hash-verified

2272 return task;
2273 },
2274 async getTaskResult(_args, extra) {
2275 const result = await extra.taskStore.getTaskResult(extra.taskId);
2276 return result as { content: Array<{ type: 'text'; text: string }> };
2277 }
2278 }
2279 );
2280

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…