@modelcontextprotocol/ext-apps - v0.2.2
    Preparing search index...

    Interface McpUiMessageResult

    Result from sending a message.

    interface McpUiMessageResult {
        isError?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Index signature required for MCP SDK Protocol class compatibility. Note: The schema intentionally omits this to enforce strict validation.

    Index

    Properties

    Properties

    isError?: boolean

    True if the host rejected or failed to deliver the message.