mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
add missing StreamableHttpTransport in client exports
This commit is contained in:
parent
bb2dfe80f2
commit
536fa1bec8
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ from .transports import (
|
|||
UvxStdioTransport,
|
||||
NpxStdioTransport,
|
||||
FastMCPTransport,
|
||||
StreamableHttpTransport,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
|
|
@ -22,4 +23,5 @@ __all__ = [
|
|||
"UvxStdioTransport",
|
||||
"NpxStdioTransport",
|
||||
"FastMCPTransport",
|
||||
"StreamableHttpTransport",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue