// SPDX-License-Identifier: MPL-2.0
//! Build a native connection adapter without linking the ShellCanvas desktop.
//! Standard input/output are reserved for the versioned protocol.
pubmodpackage;modserver;pubmodtools;pubmodwire;pubuseasync_trait::async_trait;pubuseserde_json::{self, json, Value};pubuseserver::{run, serve, Adapter, CallError, RequestContext};pubusewire::ServiceDescriptor;