BlobResourceContents

mcp.schema.McpSchema.BlobResourceContents
See theBlobResourceContents companion object
final case class BlobResourceContents(uri: String, mimeType: String, blob: String) extends ResourceContents

Binary contents of a resource.

Value parameters

blob

a base64-encoded string representing the binary data of the resource. This must only be set if the resource can actually be represented as binary data (not text).

mimeType

the MIME type of this resource.

uri

the URI of this resource.

Attributes

Companion
object
Source
McpSchema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product