AutoMCPFrameRendererViewConfig
AutoMCPFrameRendererViewConfig : Omit< BaseViewConfig, preRenderId | usePrerenderedIfAvailable | doNotTrackPreRenderSize | insertAsSibling | primaryAction | enableV2Shell_experimental >
Configuration for startAutoMCPFrameRenderer.
Extends BaseViewConfig but omits params that are not applicable
to the auto-frame renderer:
- preRenderId / usePrerenderedIfAvailable / doNotTrackPreRenderSize —
the renderer always replaces a live iframe in-place; prerender pools are not used.
- insertAsSibling — insertion is always a same-position replaceWith; the
container-append path is never taken.
- primaryAction — a Liveboard/AppEmbed-specific feature; the renderer renders
whatever route the MCP server specifies.
- enableV2Shell_experimental — the renderer always uses the v2 URL format;
this flag has no effect.
Defined in : types.ts