MCP Apps
    Preparing search index...

    Interface McpUiMessageResult

    Result from sending a message.

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

    Indexable

    • [key: string]: unknown

      Additional result properties are preserved for protocol extensibility. The generated schema uses passthrough() to allow them.

    Index

    Properties

    Properties

    isError?: boolean

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