mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
prevent double passing of client info
This commit is contained in:
parent
bc59a4fbf5
commit
8c137e3b2a
1 changed files with 0 additions and 1 deletions
|
|
@ -687,7 +687,6 @@ class FastMCPTransport(ClientTransport):
|
|||
read_stream=client_read,
|
||||
write_stream=client_write,
|
||||
**session_kwargs,
|
||||
client_info=session_kwargs.get("client_info"),
|
||||
) as client_session:
|
||||
yield client_session
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue