feat: Add MCP integration support for Slack and Twitter

- Implement SlackMCPReader for connecting to Slack MCP servers
- Implement TwitterMCPReader for connecting to Twitter MCP servers
- Add SlackRAG and TwitterRAG applications with full CLI support
- Support live data fetching via Model Context Protocol (MCP)
- Add comprehensive documentation and usage examples
- Include connection testing capabilities with --test-connection flag
- Add standalone tests for core functionality
- Update README with detailed MCP integration guide

Resolves #36
This commit is contained in:
aakash
2025-10-03 19:57:51 -07:00
parent f95b344011
commit 5c7210d6d1
10 changed files with 1758 additions and 1 deletions

View File

@@ -0,0 +1 @@
# Slack MCP data integration for LEANN