Skip to content

Commit fd60e42

Browse files
authored
Restore MCP overview and key concepts in README
Reintroduce the Model Context Protocol (MCP) section with key concepts and benefits.
1 parent b2e8003 commit fd60e42

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,6 @@ The MCP server acts as a standardized bridge, allowing AI agents to interact wit
2626

2727
---
2828

29-
## 🤖 What is Model Context Protocol (MCP)?
30-
31-
The **Model Context Protocol (MCP)** is an open standard developed by Anthropic that simplifies how AI agents connect to external systems, tools, and data sources. Think of it as "USB-C for AI" - a universal connector that eliminates the need for custom integrations.
32-
33-
### Key Concepts
34-
35-
- **MCP Host**: The environment where the AI agent lives (e.g., chatbot interface, IDE)
36-
- **MCP Client**: A bridge that converts user requests into MCP-compliant messages
37-
- **MCP Server**: The backend service (like this project) that performs operations and fetches data
38-
39-
### Why MCP?
40-
41-
- **Standardization**: One protocol to connect AI agents with any data source
42-
- **Modularity**: Reusable server components that work across different AI applications
43-
- **Real-time Context**: Enables AI agents to access live data beyond their training set
44-
- **Scalability**: Reduces integration complexity as your AI ecosystem grows
45-
46-
For more information, visit the [official MCP documentation](https://modelcontextprotocol.io/).
47-
48-
---
49-
5029
## 🏗️ Architecture
5130

5231
The following diagram illustrates how the DB-TimetableAPI-MCPServer fits into the overall solution:
@@ -112,6 +91,27 @@ flowchart LR
11291

11392
---
11493

94+
## 🤖 What is Model Context Protocol (MCP)?
95+
96+
The **Model Context Protocol (MCP)** is an open standard developed by Anthropic that simplifies how AI agents connect to external systems, tools, and data sources. Think of it as "USB-C for AI" - a universal connector that eliminates the need for custom integrations.
97+
98+
### Key Concepts
99+
100+
- **MCP Host**: The environment where the AI agent lives (e.g., chatbot interface, IDE)
101+
- **MCP Client**: A bridge that converts user requests into MCP-compliant messages
102+
- **MCP Server**: The backend service (like this project) that performs operations and fetches data
103+
104+
### Why MCP?
105+
106+
- **Standardization**: One protocol to connect AI agents with any data source
107+
- **Modularity**: Reusable server components that work across different AI applications
108+
- **Real-time Context**: Enables AI agents to access live data beyond their training set
109+
- **Scalability**: Reduces integration complexity as your AI ecosystem grows
110+
111+
For more information, visit the [official MCP documentation](https://modelcontextprotocol.io/).
112+
113+
---
114+
115115
## ✨ Features
116116

117117
The DB-TimetableAPI-MCPServer is planning to provide the following capabilities:

0 commit comments

Comments
 (0)