MCPcopy Create free account
hub / github.com/deepnote/deepnote / ConvertToSuccessPayload

Interface ConvertToSuccessPayload

packages/mcp/src/tools/conversion.ts:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117interface ConvertToSuccessPayload {
118 inputPath: string
119 outputPath: string
120 detectedFormat: SourceNotebookFormat
121 projectName: string
122 inputFiles: string[]
123 outputFiles: string[]
124 outputIsDirectory: boolean
125}
126
127/** Converts one source notebook to a single-notebook `.deepnote` file. */
128async function convertSingleFileToDeepnote(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected