For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/1.0.0/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/1.0.0/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/1.0.0/rules/bridge/export-app-missing.md.

bridge/export-app-missing

  • Category: reliability
  • Default severity: warning

Issue

Bridge producers without ./export-app break the conventional Bridge remote contract expected by hosts.

How to fix it

Expose "./export-app" via createBridgeComponent (render/destroy), or set the rule to "off".

Suppress or retarget with rules["bridge/export-app-missing"] set to "off" or a severity — see Suppressions and allowlists.

Sources