mcp-use TypeScript API
    Preparing search index...

    Interface McpUseProviderProps

    v1 provider props translated onto native v2 theme and control components.

    Compose native v2 view components directly. Removed in mcp-use v3.

    interface McpUseProviderProps {
        autoSize?: boolean;
        children: ReactNode;
        colorScheme?: boolean;
        debugger?: boolean;
        viewControls?: boolean | "fullscreen" | "pip";
    }
    Index
    autoSize?: boolean

    Retained for source compatibility; sizing is owned by viewConfig/bootstrap.

    children: ReactNode

    Widget children.

    colorScheme?: boolean

    Apply the active theme as the document color scheme.

    debugger?: boolean

    Show the debug overlay.

    viewControls?: boolean | "fullscreen" | "pip"

    Show display-mode controls.