Function: runStdioServer()
runStdioServer(
__namedParameters):Promise<StdioServerHandle>
Owns the stdio server lifecycle: SIGINT exits 130, SIGTERM exits 143, stdin EOF and transport close exit 0 promptly (so the client can respawn), and a wedged transport/server close never hangs shutdown — the closes race a bounded timer and the process exits unconditionally once it fires.
Parameters
__namedParameters
Returns
Promise<StdioServerHandle>