Files
langflow/package.json
Lucas Oliveira 99fc2cf068 feat: adds streamable http instead of sse on mcp client (#10157)
* Changed SSE to Streamable_HTTP implementation on backend

* Changed SSE to Streamable HTTP on frontend

* [autofix.ci] apply automated fixes

* Added support for SSE as a fallback

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* added /sse

* updated code

* created test to test streamable http

* Test SSE fallback on HTTP/SSE tab

* Changed nvidia remix starter project

* [autofix.ci] apply automated fixes

* Added changes for backwards compatibility

* fixed issues on mcp util

* [autofix.ci] apply automated fixes

* Fixed tests to have a helper to initialize server, with health check

* updated package lock

* fixed backend tests

* fixed backend test

* [autofix.ci] apply automated fixes

* format imports

* fixed backend test

* fixed frontend tests

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* changed http to streamable http

* [autofix.ci] apply automated fixes

* fixed mcp util test

* fixed test

* ruff fix

* wait timeout on mcp server test

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-07 21:20:40 +00:00

6 lines
60 B
JSON

{
"devDependencies": {
"@types/node": "^24.7.0"
}
}