- Add OpenAPIFormatter class with methods for parsing OpenAPI specs
- Implement extract_endpoints to list all API paths with methods and summaries
- Add get_request_body_schema and get_parameters for detailed endpoint introspection
- Include resolve_schema_ref for handling $ref references in schema definitions
- Support async HTTP fetching of specs via aiohttp with configurable timeout