🐛 Bug Fix
- docs(cli): Clean up CLI command structure and improve documentation #594 (@limjoobin @vishal-bala)
- Add JSON output for RedisVL CLI read commands #593 (@limjoobin)
- fix(MCP): Avoid required search config fields that aren't relevant to the configured search type #591 (@vishal-bala)
- Fix/cli: standardize exit codes, messages and streams #592 (@hillarytoh)
- feat(MCP): Give agents a hint about available fields for filtering and return #590 (@vishal-bala)
📝 Documentation
- docs(user-guide): clean notebook outputs (#588, #589) #597 (@hillarytoh)
Additional Notes
rvl index and rvl stats now require shared flags such as --url, --host, and --json to appear after the subcommand (for example, rvl index listall --url ...) rather than supporting them being placed before it.