We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421eaba commit abbf364Copy full SHA for abbf364
1 file changed
README.md
@@ -92,7 +92,7 @@ ark mcp-server [OPTIONS]
92
| Option | Alias | Description | Default |
93
|--------|-------|-------------|---------|
94
| `--root <dir>` | `-r` | Serve directory root | `$PWD` |
95
-| `--type <stdio|http>` | `-t` | HTTP listen port | `stdio` |
+| `--type <stdio\|http>` | `-t` | HTTP listen port | `stdio` |
96
| `--http-port <port>` | `-p` | HTTP listen port | `8522` |
97
| `--scan-buffer <size>` | `-b` | Read buffer size (`10M`, `500K`, …) | `10M` |
98
| `--mask-secrets <on/off>` | `-m` | Detect & mask secrets | `on` |
0 commit comments