agentle.mcp.models.text_contentΒΆ

Text Content Module for MCP.

This module defines the TextContent class which represents textual content in the Model Control Protocol (MCP) system. It provides a structure for including plain text within messages or responses.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Annotations(*[, audience, priority])

Metadata annotations for MCP content.

BaseModel()

Alias for pydantic.BaseModel.

ConfigDict

Alias for pydantic.ConfigDict.

TextContent(*[, type, annotations])

Text content for a message in the MCP system.