For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/config/external-runtime-with-exposes.md.

config/external-runtime-with-exposes

  • Category: correctness
  • Default severity: error

Issue

A runtime provider is only supported on a pure consumer and the upstream plugin throws otherwise.

How to fix it

Move provideExternalRuntime to the top consumer or remove exposes.

Suppress or retarget with rules["config/external-runtime-with-exposes"] set to "off" or a severity — see Suppressions and allowlists.

Sources