mcp-remote 0.1.33 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/chunk-4G632WEZ.js +20012 -0
- package/dist/client.js +1 -1
- package/dist/proxy.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-7L3WD5OH.js +0 -14939
package/README.md
CHANGED
|
@@ -166,6 +166,16 @@ Each unique combination of server URL, resource, and custom headers will maintai
|
|
|
166
166
|
]
|
|
167
167
|
```
|
|
168
168
|
|
|
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
|
+
|
|
169
179
|
* 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`).
|
|
170
180
|
|
|
171
181
|
```json
|