mcpserver.lol
registry/npm-package-ws-has-241560546-weekly-downloads-but-sdk
Connection check verified live · 27h ago

npm-package-ws-has-241560546-weekly-downloads-but-sdk

Stateful WebSocket session registry with per-connection Shannon entropy delta tracking for schema di

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

nexus_npm_package_ws_has_241560546_weekly_down_close_websocket_session reasonsession_id*status_code
Sends a WebSocket close frame with the specified status code, waits for the server close handshake, and removes the session from the registry. Returns a final telemetry snapshot. U…
nexus_npm_package_ws_has_241560546_weekly_down_drain_ws_frame_buffer max_framessession_id*
Returns 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. Use to…
nexus_npm_package_ws_has_241560546_weekly_down_inspect_ws_session_telemetry session_id*
Returns real-time telemetry for a session: connection state, frame counts, cumulative and rolling Shannon entropy statistics, schema violation rate, and uptime. Use to diagnose whe…
nexus_npm_package_ws_has_241560546_weekly_down_open_websocket_session target_url*connect_timeout_seconds
Establishes a persistent WebSocket connection to a target URL and registers it in the stateful session registry. Returns a session_id for all subsequent operations. Use when an age…
nexus_npm_package_ws_has_241560546_weekly_down_send_typed_ws_frame payload*frame_typesession_id*
Sends a single text or binary frame over an open session and returns the frame's Shannon entropy delta relative to the session baseline. Use for request-response patterns or publis…