arulrajnet commented on issue #12330: URL: https://github.com/apache/apisix/issues/12330#issuecomment-3026905541
Thanks @Baoyuantop Here is the output of above curl response ``` arul@mac$ curl -v http://localhost/mcp-bitbucket/sse * Host remotedev:80 was resolved. * IPv6: (none) * IPv4: 44.213.124.129 * Trying 44.213.124.129:80... * Connected to remotedev (44.213.124.129) port 80 > GET /mcp-bitbucket/sse HTTP/1.1 > Host: remotedev > User-Agent: curl/8.7.1 > Accept: */* > * Request completely sent off < HTTP/1.1 200 OK < Date: Wed, 02 Jul 2025 08:12:50 GMT < Content-Type: text/event-stream < Transfer-Encoding: chunked < Connection: keep-alive < Cache-Control: no-cache < Server: DummyServerName < Apisix-Plugins: response-rewrite, mcp-bridge < event: endpoint data: /mcp-bitbucket/message?sessionId=8d1cf2ab-33b9-4abf-8f93-6acabfb81d70 event: message data: {"jsonrpc": "2.0","method": "ping","id":"ping:1"} event: message data: {"jsonrpc":"2.0","method":"notifications/stderr","params":{"content":"docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Head "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied"}} event: message data: {"jsonrpc":"2.0","method":"notifications/stderr","params":{"content":""}} event: message data: {"jsonrpc":"2.0","method":"notifications/stderr","params":{"content":"Run 'docker run --help' for more information"}}``` Now I got the issue. I will look further and update here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org