Posts

Showing posts from April 10, 2025

MCP with RAG and Agent

Image
                                                                                 image from Google next To break down "MCP" and "MCP tools": Model Context Protocol (MCP): This is an open standard that aims to standardize how Large Language Models (LLMs) communicate with external applications, data sources, and tools. Essentially, it provides a structured way for LLMs to interact with the "outside world" in a consistent manner. It follows a client-server architecture, where: MCP clients (like LLM applications) request actions. MCP servers provide access to tools and data. MCP Tools: These are the specific functions or capabilities that MCP servers expose. They allow LLMs to perform actions, such as: Accessing files. Interacting with ...