We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3e001 commit 161834dCopy full SHA for 161834d
1 file changed
src/mcp/client/sse.py
@@ -7,8 +7,7 @@
7
import anyio
8
import httpx
9
from anyio.abc import TaskStatus
10
-from httpx_sse import aconnect_sse
11
-from httpx_sse._exceptions import SSEError
+from httpx_sse import SSEError, aconnect_sse
12
13
from mcp import types
14
from mcp.shared._context_streams import create_context_streams
0 commit comments