mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 04:24:17 +02:00
update deprecation
This commit is contained in:
parent
de708def3d
commit
8bbe6f5021
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ async def test_create_proxy(fastmcp_server):
|
|||
# Create a client
|
||||
client = Client(transport=FastMCPTransport(fastmcp_server))
|
||||
|
||||
server = FastMCPProxy.from_client(client)
|
||||
server = FastMCPProxy.as_proxy(client)
|
||||
|
||||
assert isinstance(server, FastMCPProxy)
|
||||
assert isinstance(server, FastMCP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue