oas2mcp.utils

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.

oas2mcp.utils.__all__[source][source]

Curated public exports for the utility layer.

Examples

from oas2mcp.utils import get_operation, make_operation_slug

Submodules