From 5be7aadba8325f1a95e59b78aaf11eb707d2f64f Mon Sep 17 00:00:00 2001 From: mmigdiso Date: Wed, 27 Aug 2025 02:23:31 +0200 Subject: [PATCH] Corrected duplicated documentation about the mcp endpoints (#23100) Co-authored-by: Shailesh Parmar --- .../ui/public/locales/en-US/Applications/McpApplication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Applications/McpApplication.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Applications/McpApplication.md index 7d884bc1d08..c8bc6cf456e 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Applications/McpApplication.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Applications/McpApplication.md @@ -4,7 +4,7 @@ MCP Server app installs an embedded Model Context Protocol(MCP) server within Op 1. SSE : http[s]://openmetadata-host/mcp/sse - - This endpoint can be used by client if Streamable-Http transport is used. + - This endpoint can be used by client if SSE transport is used. 2. Streamable-Http : http[s]://openmetadata-host/mcp @@ -23,4 +23,4 @@ $$section The allowed origin URI that clients must include in their Origin header when validation is enabled. Only requests from this URI will be accepted. Example: `https://myapp.example.com` -$$ \ No newline at end of file +$$