Does using the MM Connect SDK add overhead when the extension is installed?

At runtime, no — the SDK detects the extension, returns its provider, and

no additional transport is initialized. RPC calls go through the extension

exactly as they would without the SDK.

At bundle size, there is some additional code. We recommend addressing this

with code-splitting rather than by bypassing the SDK (see next question).