-
Notifications
You must be signed in to change notification settings - Fork 8.2k
feat: adds streamable http instead of sse on mcp client #10157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
93868eb
Changed SSE to Streamable_HTTP implementation on backend
lucaseduoli f869703
Changed SSE to Streamable HTTP on frontend
lucaseduoli b336bbc
[autofix.ci] apply automated fixes
autofix-ci[bot] cfa2958
Added support for SSE as a fallback
lucaseduoli 0ceb91b
[autofix.ci] apply automated fixes
autofix-ci[bot] fbb46a2
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 3f2189d
added /sse
lucaseduoli 6e05c86
updated code
lucaseduoli 1da771b
created test to test streamable http
lucaseduoli 53230ca
Test SSE fallback on HTTP/SSE tab
lucaseduoli ee7dc90
Changed nvidia remix starter project
lucaseduoli 9942282
[autofix.ci] apply automated fixes
autofix-ci[bot] f76fa05
Added changes for backwards compatibility
lucaseduoli f335063
fixed issues on mcp util
lucaseduoli eb3b2bf
[autofix.ci] apply automated fixes
autofix-ci[bot] 610a936
Fixed tests to have a helper to initialize server, with health check
lucaseduoli 8fc478c
updated package lock
lucaseduoli 35f1d47
fixed backend tests
lucaseduoli 433ca14
fixed backend test
lucaseduoli 96d8066
[autofix.ci] apply automated fixes
autofix-ci[bot] d241380
format imports
lucaseduoli 0f30857
fixed backend test
lucaseduoli cd1bc63
fixed frontend tests
lucaseduoli 075de85
[autofix.ci] apply automated fixes
autofix-ci[bot] 70c38f5
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 321fab5
changed http to streamable http
lucaseduoli 6db08a5
[autofix.ci] apply automated fixes
autofix-ci[bot] e22fc7b
fixed mcp util test
lucaseduoli 987777f
fixed test
lucaseduoli 3675b31
ruff fix
lucaseduoli bf778cc
wait timeout on mcp server test
lucaseduoli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "devDependencies": { | ||
| "@types/node": "^24.7.0" | ||
| } | ||
| } |
4 changes: 2 additions & 2 deletions
4
src/backend/base/langflow/initial_setup/starter_projects/Nvidia Remix.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need not remove sse yet . lets get the streamable http first and later we can give notice and then deprecate the SSE.