Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 16:36
· 2 commits to main since this release

⚠ BREAKING CHANGES

  • Private methods moved from OCPSchemaDiscovery to
    OpenAPIParser class. Methods like _parse_openapi_spec(),
    _normalize_tool_name(), _filter_tools_by_resources(), and others are
    no longer accessible on OCPSchemaDiscovery. Code using these private
    methods should use the OpenAPIParser class directly or the public
    discover_api() method.

Features

  • refactor tool discovery into extensible parser registry pattern (ec684c4)