mcp.schema.ResourceContents.Blob
See theBlob companion object
final case class Blob(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
- ResourceContents.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResourceContentsclass Objecttrait Matchableclass Any
Members list
In this article