Skip to content

Commit 32b5802

Browse files
Slachaider-chat-bot
andcommitted
docs: update README for --openapi CLI parameter values
Co-authored-by: aider (openrouter/moonshotai/kimi-k2) <aider@aider.chat>
1 parent 13a7c2d commit 32b5802

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

126128
logging:
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

0 commit comments

Comments
 (0)