Skip to content

Commit 6468b72

Browse files
authored
MCP connector is GA in 3.1 (#10135)
* MCP connector is GA in 3.1 Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Remove experimental header for index page Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
1 parent 5d8240a commit 6468b72

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

_ml-commons-plugin/agents-tools/mcp/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ redirect_from:
1212
**Introduced 3.0**
1313
{: .label .label-purple }
1414

15-
This is an experimental feature and is not recommended for use in a production environment. For updates on the progress of the feature or if you want to leave feedback, join the discussion on the [OpenSearch forum](https://forum.opensearch.org/).
16-
{: .warning}
17-
1815
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol standard that provides a standardized way for AI models to connect to external data sources and tools. OpenSearch integrates with MCP, enabling agents to use external tools and data sources through MCP servers.
1916

2017
Connecting to external MCP servers expands agent capabilities to include the following functionality:

_ml-commons-plugin/agents-tools/mcp/mcp-connector.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ nav_order: 10
1010
**Introduced 3.0**
1111
{: .label .label-purple }
1212

13-
This is an experimental feature and is not recommended for use in a production environment. For updates on the progress of the feature or if you want to leave feedback, join the discussion on the [OpenSearch forum](https://forum.opensearch.org/).
14-
{: .warning}
15-
1613
OpenSearch supports agentic workflows using [agents]({{site.url}}{{site.baseurl}}/ml-commons-plugin/agents-tools/agents/). While OpenSearch provides built-in tools for running complex queries, [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) enables integration with external tools and data sources. MCP is an open protocol standard that provides a standardized way for AI models to connect to external data sources and tools, acting as a "universal adapter" for remote MCP server tools.
1714

1815
Currently, OpenSearch only supports MCP servers that use the Server-Sent Events (SSE) protocol. Standard Input/Output (`stdio`) protocol is not supported.

0 commit comments

Comments
 (0)