mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-02 00:35:46 +08:00
## Summary Add two new MCP tools to the RAGFlow MCP server: 1. **ragflow_list_datasets** - List all accessible datasets with IDs, names, descriptions 2. **ragflow_list_chats** - List all accessible chat assistants with IDs, names, descriptions ### Implementation - Added `list_chats()` method to `RAGFlowConnector` - Registered both tools in `list_tools()` and `call_tool()` - Follows existing `ragflow_retrieval` pattern for error handling ### Usage via langchain-mcp-adapters --------- Co-authored-by: saltsalt123 <saltsalt123@users.noreply.github.com> Co-authored-by: yzc <yuzhichang@gmail.com>