-
feat(mcp): add ragflow_list_datasets and ragflow_list_chats tools (#15384)
发布于
2026-07-01 01:36:52 +00:00 Summary
Add two new MCP tools to the RAGFlow MCP server:
- ragflow_list_datasets - List all accessible datasets with IDs,
names, descriptions - ragflow_list_chats - List all accessible chat assistants with
IDs, names, descriptions
Implementation
- Added
list_chats()method toRAGFlowConnector - Registered both tools in
list_tools()andcall_tool() - Follows existing
ragflow_retrievalpattern for error handling
Usage via langchain-mcp-adapters
Co-authored-by: saltsalt123 saltsalt123@users.noreply.github.com
Co-authored-by: yzc yuzhichang@gmail.com下载附件
- ragflow_list_datasets - List all accessible datasets with IDs,