Merge pull request #408 from yihuang/patch-1

add missing StreamableHttpTransport in client exports
This commit is contained in:
Jeremiah Lowin 2025-05-12 11:05:35 -04:00 committed by GitHub
commit f856b88ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ from .transports import (
UvxStdioTransport,
NpxStdioTransport,
FastMCPTransport,
StreamableHttpTransport,
)
__all__ = [
@ -22,4 +23,5 @@ __all__ = [
"UvxStdioTransport",
"NpxStdioTransport",
"FastMCPTransport",
"StreamableHttpTransport",
]