Table of Contents

Class BlobResourceContents

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Binary contents of a resource. See the schema for details

public class BlobResourceContents : ResourceContents
Inheritance
BlobResourceContents
Inherited Members
Extension Methods

Properties

Blob

The base64-encoded string representing the binary data of the item.

[JsonPropertyName("blob")]
public string Blob { get; set; }

Property Value

string