Plugin Architecture hosting Manifests

Currently, the manifest must be in the “.well-known” folder. This limits the use of different APIs on the same system. In Microsoft’s Power Platform, an API manifest and an OpenAPI file are hosted by Microsoft. This allows for the easy use of plugins (Microsoft calls this a Custom Connector). Additionally, the plugin is then separated from the system.

Is such an architecture planned for the future or what are reasons for the limitation?