diff --git a/docs/features/feature-guides/mcp.md b/docs/features/feature-guides/mcp.md index 8aef25704b..7a6d66d366 100644 --- a/docs/features/feature-guides/mcp.md +++ b/docs/features/feature-guides/mcp.md @@ -36,9 +36,9 @@ The managed MCP server endpoint is only available with DataHub Cloud v0.3.12+. F ::: -:::note +:::note Streamable HTTP Only -There are two [transports types](https://modelcontextprotocol.io/docs/concepts/transports) for remote MCP servers: streamable HTTP and server-sent events (SSE). DataHub only supports the newer streamable HTTP transport. SSE has been deprecated in favor of streamable HTTP, but some older MCP clients may still only support SSE. For those cases, you'll need to use something like [mcp-remote](https://github.com/geelen/mcp-remote) to bridge the gap. +There are two [transports types](https://modelcontextprotocol.io/docs/concepts/transports) for remote MCP servers: streamable HTTP and server-sent events (SSE). SSE has been deprecated in favor of streamable HTTP, so DataHub only supports the newer streamable HTTP transport. Some older MCP clients (e.g. chatgpt.com) may still only support SSE. For those cases, you'll need to use something like [mcp-remote](https://github.com/geelen/mcp-remote) to bridge the gap. ::: @@ -145,7 +145,7 @@ You can run the [open-source MCP server](https://github.com/acryldata/mcp-server "mcpServers": { "datahub": { "command": "", // e.g. /Users/hsheth/.local/bin/uvx - "args": ["mcp-server-datahub"], + "args": ["mcp-server-datahub@latest"], "env": { "DATAHUB_GMS_URL": "", "DATAHUB_GMS_TOKEN": "" @@ -168,7 +168,7 @@ You can run the [open-source MCP server](https://github.com/acryldata/mcp-server "mcpServers": { "datahub": { "command": "uvx", - "args": ["mcp-server-datahub"], + "args": ["mcp-server-datahub@latest"], "env": { "DATAHUB_GMS_URL": "", "DATAHUB_GMS_TOKEN": "" @@ -188,7 +188,7 @@ You can run the [open-source MCP server](https://github.com/acryldata/mcp-server For other AI tools, you'll typically need to provide the following configuration: - Command: `uvx` -- Args: `mcp-server-datahub` +- Args: `mcp-server-datahub@latest` - Env: - `DATAHUB_GMS_URL`: `` - `DATAHUB_GMS_TOKEN`: ``