[PR #3747] [MERGED] #3707 added sse and streamable stransport support for mcp servers #4383

Closed
opened 2026-02-22 18:35:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3747
Author: @AlekseyKapustyanenko
Created: 5/1/2025
Status: Merged
Merged: 5/2/2025
Merged by: @timothycarambat

Base: masterHead: 3707-add-sse-and-streamable-mcp-support


📝 Commits (6)

  • b1d2111 #3707 added sse and streamable stransport support for mcp servers
  • 9c3d4dc #3707 yarn lint changes
  • 142df99 Merge branch 'master' into 3707-add-sse-and-streamable-mcp-support
  • 70adfaf bump MCP SDK to latest
  • 7bcfb34 option chain transport
  • b27c4e4 small refactor

📊 Changes

4 files changed (+100 additions, -19 deletions)

View changed files

📝 server/package.json (+1 -1)
📝 server/utils/MCP/hypervisor/index.js (+89 -8)
📝 server/utils/MCP/index.js (+1 -1)
📝 server/yarn.lock (+9 -9)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #3707

What is in this change?

Added support for SSE and Streamable transports for MCP servers.

Additional Information

It was necesary to update version of @modelcontextprotocol/sdk package to avoid this isuue https://github.com/modelcontextprotocol/typescript-sdk/issues/217.

Developer Validations


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3747 **Author:** [@AlekseyKapustyanenko](https://github.com/AlekseyKapustyanenko) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3707-add-sse-and-streamable-mcp-support` --- ### 📝 Commits (6) - [`b1d2111`](https://github.com/Mintplex-Labs/anything-llm/commit/b1d2111c975e4a816ec21dfb415f754cf26b2630) #3707 added sse and streamable stransport support for mcp servers - [`9c3d4dc`](https://github.com/Mintplex-Labs/anything-llm/commit/9c3d4dcbe2bc6906f7f5cc06626f1612532fec71) #3707 yarn lint changes - [`142df99`](https://github.com/Mintplex-Labs/anything-llm/commit/142df9930d33af4d1c7399d47a9c30585d3dd48a) Merge branch 'master' into 3707-add-sse-and-streamable-mcp-support - [`70adfaf`](https://github.com/Mintplex-Labs/anything-llm/commit/70adfaf256fec0589a9037d9dcfa661481128c4c) bump MCP SDK to latest - [`7bcfb34`](https://github.com/Mintplex-Labs/anything-llm/commit/7bcfb341de1b93efa552cd65198615ac9315e573) option chain transport - [`b27c4e4`](https://github.com/Mintplex-Labs/anything-llm/commit/b27c4e47708d711bf80b1c24b65a5ded3561a057) small refactor ### 📊 Changes **4 files changed** (+100 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -1) 📝 `server/utils/MCP/hypervisor/index.js` (+89 -8) 📝 `server/utils/MCP/index.js` (+1 -1) 📝 `server/yarn.lock` (+9 -9) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [X] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3707 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Added support for SSE and Streamable transports for MCP servers. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> It was necesary to update version of @modelcontextprotocol/sdk package to avoid this isuue https://github.com/modelcontextprotocol/typescript-sdk/issues/217. ### Developer Validations <!-- All of the applicable items should be checked. --> - [X] I ran `yarn lint` from the root of the repo & committed changes - [X] Relevant documentation has been updated. PR to doc repo: https://github.com/Mintplex-Labs/anythingllm-docs/pull/160 - [X] I have tested my code functionality - [X] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:43 -05:00
yindo closed this issue 2026-02-22 18:35:43 -05:00
yindo changed title from [PR #3747] #3707 added sse and streamable stransport support for mcp servers to [PR #3747] [MERGED] #3707 added sse and streamable stransport support for mcp servers 2026-06-05 15:18:17 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4383