woshiwende opened a new issue, #12444:
URL: https://github.com/apache/apisix/issues/12444

   ### Description
   
   When I use the mcp client to connect to the mcp service proxied by apisix, 
after establishing the correct connection and obtaining the tool, if the 
message returned by the tool is too long, the issue "Did not observe any item 
or terminal signal within 20000ms in 'source(MonoCreate)'" occurs. How can I 
resolve this
   `{
       "uri": "/test/*",
       "upstream_id": "sse_test",
       "plugins": {
           "proxy-rewrite": {
               "headers": {
                   "Connection": "keep-alive",
                   "Cache-Control": "no-cache",
                   "Host": "$http_host",
                   "X-Real-IP": "$remote_addr",
                   "X-Forwarded-For": "$proxy_add_x_forwarded_for",
                   "Upgrade": "$http_upgrade"
               },
               "regex_uri": ["^/test/(.*)", "/$1"] 
           },
           "proxy-control": {
               "request_buffering": false
           }
       }
   }`
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to