exec-server: align stacked branch handshake

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-18 23:36:42 +00:00
parent 3971afd6d0
commit 3141148dee
8 changed files with 15 additions and 29 deletions

View File

@@ -61,7 +61,7 @@ async fn exec_server_accepts_initialize_over_stdio() -> anyhow::Result<()> {
};
assert_eq!(id, RequestId::Integer(1));
let initialize_response: InitializeResponse = serde_json::from_value(result)?;
assert_eq!(initialize_response.protocol_version, "exec-server.v0");
assert_eq!(initialize_response, InitializeResponse {});
let initialized = JSONRPCMessage::Notification(JSONRPCNotification {
method: "initialized".to_string(),