oas2mcp.utils ============= .. py:module:: oas2mcp.utils .. autoapi-nested-parse:: Utility helpers for ``oas2mcp``. Purpose: Expose small, reusable helpers for catalog lookup, naming, and JSON pointer / ``$ref`` resolution. Design: - Keep these helpers pure and side-effect free. - Make them easy to reuse from classifiers, viewers, and future agents. .. attribute:: __all__ Curated public exports for the utility layer. .. rubric:: Examples .. code-block:: python from oas2mcp.utils import get_operation, make_operation_slug Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/oas2mcp/utils/lookup/index /autoapi/oas2mcp/utils/names/index /autoapi/oas2mcp/utils/refs/index