What happened?
README, under "A client in 10 lines":
"Swap mcp for http://localhost:8000/mcp and the exact same code talks to a remote server."
localhost is the same machine though, not remote. I think what's meant is that
the client is now going through an actual transport (HTTP) instead of talking directly to an in-memory object, which makes sense, but "remote" is a bit confusing to read literally.
What did you expect?
No response
Code to reproduce
https://github.com/modelcontextprotocol/python-sdk#a-client-in-10-lines
SDK version
No response
Area
None
What happened?
README, under "A client in 10 lines":
"Swap mcp for http://localhost:8000/mcp and the exact same code talks to a remote server."
localhost is the same machine though, not remote. I think what's meant is that
the client is now going through an actual transport (HTTP) instead of talking directly to an in-memory object, which makes sense, but "remote" is a bit confusing to read literally.
What did you expect?
No response
Code to reproduce
SDK version
No response
Area
None