1 parent 75a4541 commit 85f02e2Copy full SHA for 85f02e2
1 file changed
docs/client-configurations.md
@@ -372,8 +372,9 @@ docker run --rm -p 3000:3000 \
372
isokoliuk/mcp-searxng:latest
373
```
374
375
-Set `MCP_HTTP_AUTH_TOKEN`, `MCP_SEARXNG_TOKEN`, and `SEARXNG_URL` in the
376
-operator environment before starting the container. Replace
+Set `MCP_HTTP_AUTH_TOKEN` and `SEARXNG_URL` in the operator environment before
+starting the container. In each client environment, set `MCP_SEARXNG_TOKEN` to
377
+the same value as `MCP_HTTP_AUTH_TOKEN`. Replace
378
`https://client.example.com` with any browser client origin you intentionally
379
allow and `mcp.example.com` with the exact `Host` header forwarded by the
380
reverse proxy. Native clients that omit `Origin` are not granted browser CORS
0 commit comments