We want to attach a an ASGI app, like FastAPI, to an existing Django app, without any performance downsides.
In our example we are attaching an MCP server, including auto-loading.
You have an existing Django app, you serve via WSGI on a server like guinicorn. That's it!