OptionalautoResize?: booleanAutomatically report size changes to the host using ResizeObserver.
When enabled, the App monitors document.body and document.documentElement
for size changes and automatically sends ui/notifications/size-changed
notifications to the host.
Optionalstrict?: booleanThrow on detected misuse instead of logging a console error.
Currently this affects calling host-bound methods (e.g.
callServerTool, sendMessage)
before connect has completed the ui/initialize
handshake. With strict: false (default) a console.error is emitted;
with strict: true an Error is thrown.
Options for configuring
Appbehavior.Extends
ProtocolOptionsfrom the MCP SDK withApp-specific configuration.