Routes a client connection to a version-specific ACP agent implementation,
including the experimental draft ACP v2 API.
The router consumes the first wire item, which must be an initialize
request or a single-entry batch containing one. It selects the highest
configured protocol version that does not exceed the client's requested
version. Only the initialize params and optional batch framing are
normalized; every later wire item is forwarded unchanged.
Routes a client connection to a version-specific ACP agent implementation, including the experimental draft ACP v2 API.
The router consumes the first wire item, which must be an
initializerequest or a single-entry batch containing one. It selects the highest configured protocol version that does not exceed the client's requested version. Only the initialize params and optional batch framing are normalized; every later wire item is forwarded unchanged.