Thank you for the author's great efforts.
I am developing an MCP server using this library and have a questions:
At present, through reading the code, I found that all requests sent by the MCP Client will be sent to a single process for processing.
In the design patterns I know, this pattern may have a single-instance bottleneck.
Maybe I have a problem with it, So I'm here to ask why designed like this?