MCPcopy Index your code
hub / github.com/deepnote/deepnote / extractResult

Function extractResult

packages/mcp/src/tools/conversion.test.ts:13–15  ·  view source on GitHub ↗
(response: ToolResponse)

Source from the content-addressed store, hash-verified

11}
12
13function extractResult(response: ToolResponse): Record<string, unknown> {
14 return JSON.parse(response.content[0].text)
15}
16
17function minimalIpynb(source: string): string {
18 return JSON.stringify({

Callers 1

conversion.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected