Minor Changes
- Added agent skills for AI coding assistants:
redocly-clifor everyday CLI usage,redocly-lint-rulesfor writing configurable rules and custom plugins.
Install them withnpx skills add https://redocly.com. - Added an experimental
inspect-node-typescommand to navigate the Redocly's node type tree of an API description.
inspect-node-typeshelps pick the correctsubjecttypes for a configurable rule or the correct visitor for a custom plugin. - Added a
strategyoption to thecomponent-name-uniquerule, matching the--component-names-strategyoption of thebundlecommand. - Added an experimental
introspect-mcpcommand that analyzes a running MCP server and records its tools, prompts, resources, and capabilities.
introspect-mcprecords its findings in thex-mcpextension of an OpenAPI description.
Patch Changes
- Updated @redocly/openapi-core to v2.52.0.