WebSocket Session Manager API
nexus-mcp-infra · https://github.com/nexus-mcp-infra/npm-package-ws-has-241560546-weekly-downloads-but-sdk
https://npm-package-ws-has-241560546-w-production.up.railway.app/.well-known/agent-card.json
● healthy
Stateful WebSocket session registry with per-connection Shannon entropy delta tracking for schema divergence detection in agentic workflows.
Transport
—
Protocol
1.0.0
Price
—
Skills
-
Open WebSocket SessionEstablishes a persistent WebSocket connection to a target URL and registers it in the stateful session registry. Returns a session_id for all subsequent operations. Do NOT use to reconnect an already-open session -- call close_websocket_session first.websocketsession-management
-
Send Typed WebSocket FrameSends a single text or binary frame over an open session and returns the frame's Shannon entropy delta relative to the session baseline. Do NOT use to send a sequence of frames in bulk -- call this tool once per frame.websocketentropy
-
Drain WebSocket Frame BufferReturns up to max_frames buffered inbound frames received since the last drain (or session open), each annotated with its Shannon entropy delta and schema validation result. Do NOT use as a real-time streaming mechanism -- it returns only frames already buffered.websocketpolling
-
Inspect WebSocket Session TelemetryReturns real-time telemetry for a session: connection state, frame counts, cumulative and rolling Shannon entropy statistics, schema violation rate, and uptime. Do NOT use as the primary liveness check in a tight loop.websockettelemetry
-
Close WebSocket SessionSends a WebSocket close frame with the specified status code, waits for the server close handshake, and removes the session from the registry. Do NOT use to temporarily pause a session -- the session_id is permanently deallocated after this call.websocketsession-management
How to call
A2A endpoint (JSONRPC)
https://npm-package-ws-has-241560546-w-production.up.railway.app
Listed in
Directories this entry was found in.
agenstry