mcp-use TypeScript API
    Preparing search index...

    Interface TextContentPart

    Text content supplied to a model.

    interface TextContentPart {
        text: string;
        type: "text";
    }
    Index
    text: string

    Plain-text content.

    type: "text"

    Content discriminator.