Replies: 2 comments
-
|
请问解决了么,我也遇到一样的问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
根据该教程step-by-step操作https://higress.cn/ai/mcp-quick-start/?spm=36971b57.21353015.0.0.11357095yeEfI2
查看higress-gateway日志发现用cursor mcp访问本地80端口 /user/sse 报错504,日志如下:
{
"ai_log": "-",
"authority": "localhost",
"bytes_received": "0",
"bytes_sent": "14",
"downstream_local_address": "10.244.0.9:80",
"downstream_remote_address": "192.168.65.1:50380",
"duration": "180005",
"istio_policy_status": "-",
"method": "GET",
"path": "/user/sse",
"protocol": "HTTP/1.1",
"request_id": "184caebc-ccd5-4d85-b486-eac1181ba9d3",
"requested_server_name": "-",
"response_code": "504",
"response_flags": "SI",
"route_name": "-",
"start_time": "2025-04-06T13:38:19.499Z",
"trace_id": "-",
"upstream_cluster": "outbound|443||user.dns",
"upstream_host": "-",
"upstream_local_address": "-",
"upstream_service_time": "-",
"upstream_transport_failure_reason": "-",
"user_agent": "node",
"x_forwarded_for": "192.168.65.1",
"response_code_details": "stream_idle_timeout"
}
Beta Was this translation helpful? Give feedback.
All reactions