Skip to content

Commit 6b46672

Browse files
damassigeelen
authored andcommitted
docs: update docs with new --silent flag
1 parent 9e0d0de commit 6b46672

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,16 @@ Each unique combination of server URL, resource, and custom headers will maintai
166166
]
167167
```
168168

169+
* To suppress default logs, add the `--silent` flag. This will prevent logs from being emitted, except in the case where `--debug` is also passed.
170+
171+
```json
172+
"args": [
173+
"mcp-remote",
174+
"https://remote.mcp.server/sse",
175+
"--silent"
176+
]
177+
```
178+
169179
* To enable an outbound HTTP(S) proxy for mcp-remote, add the `--enable-proxy` flag. When enabled, mcp-remote will use the proxy settings from common environment variables (for example `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`).
170180

171181
```json

0 commit comments

Comments
 (0)