Skip to content

Commit c6de959

Browse files
authored
make clear that any LLM client supporting MCP can be used
1 parent 3825267 commit c6de959

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/use-cases/AI_ML/MCP/01_remote_mcp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import img7 from '@site/static/images/use-cases/AI_ML/MCP/7usage_mcp.png';
2424

2525
# Enabling the ClickHouse Cloud Remote MCP Server
2626

27-
> This guide explains how to enable and use the ClickHouse Cloud Remote MCP Server. We will use Claude Code as an MCP Client for this example.
27+
> This guide explains how to enable and use the ClickHouse Cloud Remote MCP Server. We will use Claude Code as an MCP Client for this example, but any LLM client that supports MCP can be used.
2828
2929
:::note
3030
The remote server capability is currently available in private preview only.
@@ -95,4 +95,6 @@ claude mcp add --transport http clickhouse_cloud https://mcp.clickhouse.cloud/mc
9595

9696
<Image img={img7} alt="Claude Code MCP Usage" size="md"/>
9797

98+
Although this example used Claude code, you can use any LLM client that supports MCP by following similar steps.
99+
98100
</VerticalStepper>

0 commit comments

Comments
 (0)