You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,27 +26,6 @@ The MCP server acts as a standardized bridge, allowing AI agents to interact wit
26
26
27
27
---
28
28
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
-
50
29
## 🏗️ Architecture
51
30
52
31
The following diagram illustrates how the DB-TimetableAPI-MCPServer fits into the overall solution:
@@ -112,6 +91,27 @@ flowchart LR
112
91
113
92
---
114
93
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
+
115
115
## ✨ Features
116
116
117
117
The DB-TimetableAPI-MCPServer is planning to provide the following capabilities:
0 commit comments