@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ToolTextContent

    Text content block returned by simple MCP tool helpers.

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

    Text payload returned to the MCP client.

    type: "text"

    MCP content block type.