When running MCP servers in production, running multiple processes in parallel on the same machine is usually preferable for optimal resource utilization. However, when sending messages, there's a high likelihood that the process of receiving the message will not be the same as the one that started the session & is holding the writer.
Are there any plans to support inter-process communication to enable horizontal scaling?
When running MCP servers in production, running multiple processes in parallel on the same machine is usually preferable for optimal resource utilization. However, when sending messages, there's a high likelihood that the process of receiving the message will not be the same as the one that started the session & is holding the
writer.Are there any plans to support inter-process communication to enable horizontal scaling?