@maxhealth.tech/prefab / mcp / McpBlobResourceContents
Type Alias: McpBlobResourceContents
ts
type McpBlobResourceContents = object;Defined in: mcp/types.ts:62
Blob resource contents (has blob, never text). See McpTextResourceContents on the alias.
Properties
uri
ts
uri: string;Defined in: mcp/types.ts:63
mimeType?
ts
optional mimeType?: string;Defined in: mcp/types.ts:64
blob
ts
blob: string;Defined in: mcp/types.ts:65
_meta?
ts
optional _meta?: Record<string, unknown>;Defined in: mcp/types.ts:66