From 1b80bcf1a01910ac81157d176a8cff1cf1616a1a Mon Sep 17 00:00:00 2001 From: aakash Date: Sun, 12 Oct 2025 14:17:56 -0700 Subject: [PATCH] Fix formatting issues in Slack setup guide - Remove trailing whitespace - Fix end of file formatting - Pre-commit hooks formatting fixes --- docs/slack-setup-guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/slack-setup-guide.md b/docs/slack-setup-guide.md index 40725fb..fa21a4b 100644 --- a/docs/slack-setup-guide.md +++ b/docs/slack-setup-guide.md @@ -1,6 +1,6 @@ # Slack Integration Setup Guide -This guide provides step-by-step instructions for setting up Slack integration with LEANN. +This guide provides step-by-step instructions for setting up Slack integration with LEANN. ## Overview @@ -138,7 +138,7 @@ Authenticated with Slack. Listing available MCP tools... Found 5 available tools: 1. channels_list - Get list of channels - 2. conversations_add_message - Add messages to channels + 2. conversations_add_message - Add messages to channels 3. conversations_history - Get messages from channels 4. conversations_replies - Get thread messages 5. conversations_search_messages - Search messages with filters @@ -156,7 +156,7 @@ The following screenshot shows a successful integration with VS Code displaying ### Key Success Indicators - **Authentication Success**: Connected to your Slack workspace -- **Tool Availability**: 5 MCP tools ready for interaction +- **Tool Availability**: 5 MCP tools ready for interaction - **Data Access**: Retrieved channel directory with member counts and purposes - **Comprehensive Coverage**: Access to multiple channels including specialized research groups @@ -311,4 +311,4 @@ python -m apps.slack_rag \ --retry-delay 5.0 \ --max-messages-per-channel 2000 \ --query "Show me all decisions made in the last month" -``` \ No newline at end of file +```