mcp-websocket
The MCP WebSocket Server provides a real-time data update mechanism by combining Model Context Protocol with WebSocket capabilities. It allows for standard MCP requests and WebSocket-based push notifications for efficient data handling and distribution.
What is the purpose of the WebSocket server?
The WebSocket server allows clients to subscribe for real-time updates, enabling push notifications when new data becomes available.
How do I start the MCP WebSocket Server?
You can start the server by running the command python server.py
after installing the necessary dependencies.
What ports are used by the server?
The MCP server listens on port 8080 for standard requests, while the WebSocket server operates on port 8765 for real-time updates.
Can I contribute to this project?
Yes, pull requests are welcome. For major changes, please open an issue first to discuss your proposed changes.
What is the license for this project?
This project is licensed under the MIT License.