Skip to content

Commit a0c795d

Browse files
committed
docs: clarify client URL example wording in README
The sentence pointed at a localhost URL and called it a "remote server", which reads oddly since nothing earlier in the README starts a server on that port. Present the URL as an example and describe what actually changes: the same client code talks to a server over HTTP. Closes #3313 No-Verification-Needed: doc-only wording change in README.md
1 parent 5285e93 commit a0c795d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def main() -> None:
105105
asyncio.run(main())
106106
```
107107

108-
Swap `mcp` for `"http://localhost:8000/mcp"` and the exact same code talks to a remote server.
108+
Swap `mcp` for a URL like `"http://localhost:8000/mcp"` and the exact same code talks to a server over HTTP.
109109

110110
## Contributing
111111

0 commit comments

Comments
 (0)