Open
Description
When looking at the examples, it seems like you always need to launch the server and client in the same script, because they share the read/write variables.
Is there a way to launch these two pieces in their own scripts? If so, is it documented? This feels like an extremely common use case that might be missing.
Trying to write an MCP server integration for tools in llama-index and realized I can't figure it out.
Thanks for any help!