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: docs/how-tos/mcp_integration.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Model Context Protocol (MCP) Integration
2
2
=========================================
3
3
4
4
.. warning::
5
-
**Important: OpenEdx AI Extensions acts as an MCP CLIENT only**
5
+
**Important: Open edX AI Extensions acts as an MCP CLIENT only**
6
6
7
7
This application **does not run or host MCP servers**. It only connects to external MCP servers as a client.
8
8
@@ -13,13 +13,13 @@ Model Context Protocol (MCP) Integration
13
13
Overview
14
14
--------
15
15
16
-
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely interact with external tools and data sources. OpenEdx AI Extensions integrates with MCP by acting as a **client** that can connect to external MCP servers, allowing your AI workflows to leverage custom tools and capabilities.
16
+
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely interact with external tools and data sources. Open edX AI Extensions integrates with MCP by acting as a **client** that can connect to external MCP servers, allowing your AI workflows to leverage custom tools and capabilities.
17
17
18
18
Key Concepts
19
19
~~~~~~~~~~~~
20
20
21
21
- **MCP Server**: An external service that exposes tools and resources via the MCP protocol. You must deploy and manage these servers independently.
22
-
- **MCP Client**: OpenEdx AI Extensions acts as a client, connecting to your MCP servers and making their tools available to AI workflows.
22
+
- **MCP Client**: Open edX AI Extensions acts as a client, connecting to your MCP servers and making their tools available to AI workflows.
23
23
- **MCP Tools**: Functions exposed by MCP servers that the AI model can call to perform specific operations (e.g., data retrieval, computations, integrations).
0 commit comments