-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Description
Overview
Request to add WebSocket transport support to langchain-mcp-adapters.
Current State
Currently, langchain-mcp-adapters supports two transport types:
- stdio transport
- SSE (Server-Sent Events) transport
Motivation
- The official MCP Python SDK now includes WebSocket transport support
- WebSocket provides several advantages over SSE:
- Full-duplex communication
- Better real-time capabilities
- Native support for bi-directional data flow
- Potentially lower latency for certain use cases
Request
Would it be possible to add WebSocket transport support to langchain-mcp-adapters? This would allow users to:
- Connect to MCP servers that use WebSocket transport
- Take advantage of WebSocket's bi-directional communication capabilities
- Have more flexibility in choosing the transport mechanism based on their needs
Questions
- Is this feature something that would be valuable to the project?
- Are there any specific concerns or considerations about adding WebSocket support?
- Would you be open to a PR implementing this feature if the community finds it valuable?
I'm happy to provide more technical details or help with implementation if this is something the project would be interested in pursuing.
Metadata
Metadata
Assignees
Labels
No labels