Skip to content

Commit f1ca8e2

Browse files
committed
docs: drop the in-memory mention from the README client section
No-Verification-Needed: doc-only wording change in README.md
1 parent d64e623 commit f1ca8e2

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
@@ -109,7 +109,7 @@ async def main() -> None:
109109
asyncio.run(main())
110110
```
111111

112-
A URL means Streamable HTTP, the transport you deploy. `Client` can also launch a local server as a stdio subprocess or take any custom transport, and in tests you hand it the server object itself (`Client(mcp)`): no process, no port. [Clients](https://py.sdk.modelcontextprotocol.io/client/) has the rest.
112+
A URL means Streamable HTTP, the transport you deploy. `Client` can also launch a local server as a stdio subprocess or take any custom transport; [Clients](https://py.sdk.modelcontextprotocol.io/client/) has the rest.
113113

114114
## Contributing
115115

0 commit comments

Comments
 (0)