io.github.nexus-mcp-infra/npm-package-ws-has-241560546-weekly-downloads-but-sdk
io.github.nexus-mcp-infra/npm-package-ws-has-241560546-weekly-downloads-but-sdkStateful WebSocket session registry with per-connection Shannon entropy delta tracking for schema di
Tools · 5
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 agent needs to initiate…
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 publishing commands to a W…
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 poll for incoming m…
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 whether a stream is div…
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. Use when a session is…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.nexus-mcp-infra/npm-package-ws-has-241560546-weekly-downloads-but-sdk": {
"url": "https://npm-package-ws-has-241560546-w-production.up.railway.app/mcp",
"transport": "streamable-http"
}
}
}