Fix exec-server compile breakage and websocket test helpers

This commit is contained in:
starr-openai
2026-03-19 01:18:16 +00:00
parent f58a8674bc
commit 53bb53b968
7 changed files with 203 additions and 223 deletions

View File

@@ -42,7 +42,8 @@ pub use protocol::TerminateParams;
pub use protocol::TerminateResponse;
pub use protocol::WriteParams;
pub use protocol::WriteResponse;
pub use server::ExecServerTransport;
pub use server::DEFAULT_LISTEN_URL;
pub use server::ExecServerTransportParseError;
pub use server::run_main;
pub use server::run_main_with_listen_url;
pub use server::run_main_with_transport;