Corrected duplicated documentation about the mcp endpoints (#23100)

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
This commit is contained in:
mmigdiso 2025-08-27 02:23:31 +02:00 committed by GitHub
parent a696fe0111
commit 5be7aadba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 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 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. 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` Example: `https://myapp.example.com`
$$ $$