Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
a60b771
1
Parent(s): edc0d82
Fix import
Browse files
src/fastmcp/server/server.py
CHANGED
|
@@ -1125,6 +1125,7 @@ class FastMCP(Generic[LifespanResultT]):
|
|
| 1125 |
:class:`~fastmcp.client.Client`. This mirrors the convenience of the
|
| 1126 |
``Client`` constructor.
|
| 1127 |
"""
|
|
|
|
| 1128 |
from fastmcp.server.proxy import FastMCPProxy
|
| 1129 |
|
| 1130 |
if isinstance(backend, Client):
|
|
|
|
| 1125 |
:class:`~fastmcp.client.Client`. This mirrors the convenience of the
|
| 1126 |
``Client`` constructor.
|
| 1127 |
"""
|
| 1128 |
+
from fastmcp.client.client import Client
|
| 1129 |
from fastmcp.server.proxy import FastMCPProxy
|
| 1130 |
|
| 1131 |
if isinstance(backend, Client):
|