01What is the primary role of WSGI in a Python web application?
02Why is the built-in Flask development server (`app.run()`) strictly prohibited in production?
03Which component in the Flask ecosystem is responsible for the 'Context Local' implementation (e.g., request, g)?