V
mcp-http-client-example
Viacheslav Shvets
This MCP HTTP client example demonstrates how to connect to MCP servers over HTTP using Server-Sent Events (SSE). It properly manages the connection lifecycle with async context managers and utilizes the MCP Python SDK to list server capabilities and print them in JSON format.
PythonCommunication & API