client-side.py
Copy
from
fastmcp
import
Client
client
=
Client(
transport
=
SSETransport(
"http://127.0.0.1:8000/sse/"
))