Documentation
    Preparing search index...

    Interface McpContentBlock

    A content block inside an MCP tool result.

    interface McpContentBlock {
        text?: string;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    text?: string
    type: string