MCP Apps Kit - v0.5.0
    Preparing search index...

    Type Alias McpAdapterOptions

    Options for configuring the MCP adapter

    type McpAdapterOptions = {
        autoResize?: boolean;
    }
    Index

    Properties

    Properties

    autoResize?: boolean

    Enable automatic size change notifications

    When enabled, the UI automatically reports its size changes to the host using a ResizeObserver on document.body and document.documentElement. The host can then resize the UI container accordingly.

    true