Applications ============ The mountable application classes: OpenAPI, MCP, and the automatic ``_server`` application with its sections. OpenAPI ------- .. automodule:: genro_asgi.applications.openapi :members: :show-inheritance: MCP --- .. automodule:: genro_asgi.applications.mcp :members: :show-inheritance: .. automodule:: genro_asgi.mcp.engine :members: :show-inheritance: Server application ------------------ .. automodule:: genro_asgi.applications.server_app :members: :show-inheritance: Server sections --------------- .. automodule:: genro_asgi.applications.server_sections.auth_section :members: :show-inheritance: .. automodule:: genro_asgi.applications.server_sections.users_section :members: :show-inheritance: .. automodule:: genro_asgi.applications.server_sections.tokens_section :members: :show-inheritance: .. automodule:: genro_asgi.applications.server_sections.tasks_section :members: :show-inheritance: