Body
Right now, API server loads all provider code just for UI metadata(static data), the intention I have in mind is that API server can start without loading provider code for connections, hooks etc
To do this, I am exploring some options where UI metadata comes from static sources like yaml.
Committer