Skip to content

Commit 85f02e2

Browse files
committed
docs: distinguish server and client tokens
Keep the HTTP server environment separate from the client-side bearer-token variable. Tests: Docker documentation unit suite (6 passed)
1 parent 75a4541 commit 85f02e2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/client-configurations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,9 @@ docker run --rm -p 3000:3000 \
372372
isokoliuk/mcp-searxng:latest
373373
```
374374

375-
Set `MCP_HTTP_AUTH_TOKEN`, `MCP_SEARXNG_TOKEN`, and `SEARXNG_URL` in the
376-
operator environment before starting the container. Replace
375+
Set `MCP_HTTP_AUTH_TOKEN` and `SEARXNG_URL` in the operator environment before
376+
starting the container. In each client environment, set `MCP_SEARXNG_TOKEN` to
377+
the same value as `MCP_HTTP_AUTH_TOKEN`. Replace
377378
`https://client.example.com` with any browser client origin you intentionally
378379
allow and `mcp.example.com` with the exact `Host` header forwarded by the
379380
reverse proxy. Native clients that omit `Origin` are not granted browser CORS

0 commit comments

Comments
 (0)