Enhances a Model Context Protocol server with WebSocket functionality for real-time data updates.
This server augments a standard Model Context Protocol (MCP) server by adding WebSocket capabilities, enabling real-time data updates. Clients can make conventional MCP requests while also subscribing via WebSockets to receive immediate push notifications when new data is available. It uses an asynchronous architecture based on `asyncio` to ensure efficient handling of requests and updates.