In this project, you’ll extend your Slack agent by connecting it to an MCP (Model Context Protocol) server. The server retrieves relevant context from a Qdrant knowledge base (prebuilt from a real course transcript) and sends a fully constructed RAG prompt to a local LLM. This separation of logic introduces clean, scalable architecture patterns.
You will:
RunnableSequence
or LangGraph to define a RAG flow