Skip to content

Commit 1e1661f

Browse files
Update README v2 -v1 frozen
1 parent bc28212 commit 1e1661f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.v2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,11 @@ In the inspector UI, connect to `http://localhost:8000/mcp`.
207207

208208
## What is MCP?
209209

210-
The [Model Context Protocol (MCP)](https://modelcontextprotocol.io) lets you build servers that expose data and functionality to LLM applications in a secure, standardized way. Think of it like a web API, but specifically designed for LLM interactions. MCP servers can:
210+
The [Model Context Protocol (MCP)](https://modelcontextprotocol.io) lets you build servers that expose data and functionality to LLM applications in a secure, standardized way. Think of it like a web API, but specifically designed for LLM interactions.
211+
212+
MCP follows a **client-server model**, where LLM applications act as clients and connect to MCP servers to access capabilities such as data retrieval and tool execution in a consistent format.
213+
214+
MCP servers can:
211215

212216
- Expose data through **Resources** (think of these sort of like GET endpoints; they are used to load information into the LLM's context)
213217
- Provide functionality through **Tools** (sort of like POST endpoints; they are used to execute code or otherwise produce a side effect)

0 commit comments

Comments
 (0)