You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)