Skip to content

Commit f08b0dc

Browse files
committed
modify __init__ for sse_client when using thirdparty import
1 parent c4beb3e commit f08b0dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mcp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .client.session import ClientSession
2+
from .client.sse import sse_client
23
from .client.stdio import StdioServerParameters, stdio_client
34
from .server.session import ServerSession
45
from .server.stdio import stdio_server
@@ -107,6 +108,7 @@
107108
"Tool",
108109
"ToolsCapability",
109110
"UnsubscribeRequest",
111+
"sse_client",
110112
"stdio_client",
111113
"stdio_server",
112114
"CompleteRequest",

0 commit comments

Comments
 (0)