diff --git a/docs/technical-guide/getting-started/docker.md b/docs/technical-guide/getting-started/docker.md index 53560235d3..a8c7b55ffa 100644 --- a/docs/technical-guide/getting-started/docker.md +++ b/docs/technical-guide/getting-started/docker.md @@ -206,6 +206,12 @@ server { proxy_pass http://localhost:9001/ws/notifications; } + location /mcp/ws { + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection 'upgrade'; + proxy_pass http://localhost:9001/mcp/ws; + } + # Proxy pass location / { proxy_set_header Host $http_host;