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

Interface BlobResourceContents

packages/mcp/src/resources.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface BlobResourceContents {
15 uri: string
16 mimeType?: string
17 blob: string // base64 encoded
18}
19
20type ResourceContents = TextResourceContents | BlobResourceContents
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected