We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2974c commit cb3a3e0Copy full SHA for cb3a3e0
docs/use-cases/AI_ML/MCP/05_open-webui.md
@@ -52,7 +52,7 @@ Navigate to http://localhost:8080/ to see the UI.
52
To setup the ClickHouse MCP Server, we'll need to convert the MCP Server to Open API endpoints.
53
Let's first set environmental variables that will let us connect to the ClickHouse SQL Playground:
54
55
-```
+```bash
56
export CLICKHOUSE_HOST="sql-clickhouse.clickhouse.com"
57
export CLICKHOUSE_USER="demo"
58
export CLICKHOUSE_PASSWORD=""
0 commit comments