mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
Fix import error
This commit is contained in:
parent
2cb6aacd36
commit
c58029b45e
1 changed files with 3 additions and 2 deletions
|
|
@ -22,10 +22,11 @@ from starlette.responses import Response
|
|||
from starlette.routing import Mount, Route
|
||||
from starlette.types import Receive, Scope, Send
|
||||
|
||||
# This import is vendored until it is finalized in the upstream SDK
|
||||
from fastmcp.server.streamable_http_manager import StreamableHTTPSessionManager
|
||||
from fastmcp.utilities.logging import get_logger
|
||||
|
||||
# This import is vendored until it is finalized in the upstream SDK
|
||||
from fastmcp.vendor.streamable_http_manager import StreamableHTTPSessionManager
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from fastmcp.server.server import FastMCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue