//! Smoke test that proves the rig works end-to-end:
//! - Spawn one upstream and the proxy.
//! - Connect an rmcp client through the proxy.
//! - The connection's `initialize` handshake completes (otherwise
//! `serve(transport).await` would error out).
use HashMap;
use ;
async