File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ A Model Context Protocol (MCP) server that provides tools for interacting with C
4242 --address 0.0.0.0 \
4343 --port 8080 \
4444 --clickhouse-host localhost \
45- --openapi
45+ --openapi http
4646```
4747
4848### Using SSE Transport with JWT Authentication and OpenAPI
@@ -54,7 +54,7 @@ A Model Context Protocol (MCP) server that provides tools for interacting with C
5454 --allow-jwt-auth \
5555 --jwt-secret-key " your-secret-key" \
5656 --clickhouse-host localhost \
57- --openapi
57+ --openapi http
5858```
5959
6060## Installation
@@ -121,7 +121,9 @@ server:
121121 jwt :
122122 enabled : false
123123 secret_key : " "
124- token_param : " token"
124+ openapi :
125+ enabled : false
126+ tls : false
125127
126128logging :
127129 level : " info"
@@ -327,7 +329,7 @@ services:
327329- ` --config`: Path to configuration file (YAML or JSON)
328330- `--log-level` : Logging level (debug/info/warn/error)
329331- `--clickhouse-limit` : Default limit for query results (default: 1000)
330- - `--openapi` : Enable OpenAPI endpoints for GPTs integration (default: false )
332+ - `--openapi` : Enable OpenAPI endpoints (disable/http/https) (default: disable )
331333
332334# ## ClickHouse Flags
333335
You can’t perform that action at this time.
0 commit comments