agentle.mcp.models.blob_resource_contentsΒΆ

Blob Resource Contents module for MCP.

This module defines the BlobResourceContents class which represents binary data content for resources in the Model Control Protocol (MCP) system. This class is used for binary files, images, or any non-text resource content that needs to be represented in base64-encoded format.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

BlobResourceContents(*, uri[, mimeType, type])

Binary contents of a resource in the MCP system.

ResourceContents(*, uri[, mimeType])

The base class for the contents of a specific resource in the MCP system.