Skip to content

Commit bc28212

Browse files
Restore README.md to upstream version -v1 is frozen
1 parent 8d3189f commit bc28212

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,7 @@ 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.
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:
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:
215211

216212
- Expose data through **Resources** (think of these sort of like GET endpoints; they are used to load information into the LLM's context)
217213
- 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)