oas2mcp.viewers =============== .. py:module:: oas2mcp.viewers .. autoapi-nested-parse:: Rich viewers for ``oas2mcp``. Purpose: Render normalized API catalogs and MCP classification results with readable Rich console output. Design: - Keep raw OpenAPI catalog viewers separate from MCP classification viewers. - Expose a small, stable set of rendering helpers. .. attribute:: __all__ Curated public exports for Rich viewer helpers. .. rubric:: Examples .. code-block:: python from rich.console import Console from oas2mcp.viewers import render_catalog_summary render_catalog_summary(catalog, console=Console()) Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/oas2mcp/viewers/classification/index /autoapi/oas2mcp/viewers/summary/index