MCPcopy
hub / github.com/deepnote/deepnote / TextResourceContents

Interface TextResourceContents

packages/mcp/src/resources.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7// Resource contents type following MCP spec
8interface TextResourceContents {
9 uri: string
10 mimeType?: string
11 text: string
12}
13
14interface BlobResourceContents {
15 uri: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected