You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, Hermes MCP supports STDIO and HTTP/SSE transports. Adding WebSockets support would provide another viable transport option with potential benefits for certain use cases, such as improved bidirectional communication and potentially better reconnection capabilities.
Subtasks:
Create Hermes.Transport.WebSocket module implementing the Transport behavior
## Problem
The library needed WebSocket transport support for bidirectional
communication with MCP
servers.
## Solution
Implemented a WebSocket transport module with:
- Server connection handling
- Bidirectional message passing
- Comprehensive test coverage
- Dependency upgrades for WebSocket support
Close#10
## Rationale
WebSocket provides real-time, bidirectional communication necessary for
efficient MCP
client-server interaction.
Description:
Currently, Hermes MCP supports STDIO and HTTP/SSE transports. Adding WebSockets support would provide another viable transport option with potential benefits for certain use cases, such as improved bidirectional communication and potentially better reconnection capabilities.
Subtasks:
Hermes.Transport.WebSocket
module implementing the Transport behaviorReferences:
The text was updated successfully, but these errors were encountered: