add missing StreamableHttpTransport in client exports

This commit is contained in:
yihuang 2025-05-11 12:15:11 +08:00 committed by GitHub
commit 536fa1bec8
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",
]