[codex-app-server] test stable native integrity state bridge [ci changed_files]

This commit is contained in:
Cooper Gamble
2026-06-03 01:43:13 +00:00
parent ed56159a0c
commit 9d4ba776cd

View File

@@ -25,7 +25,7 @@ async fn native_integrity_state_bridge_reads_writes_rotates_and_clears_surface_s
let codex_home = TempDir::new()?;
let mut mcp = TestAppServer::new(codex_home.path()).await?;
let initialized = mcp
.initialize_with_client_info(client_info("codex_desktop_ssh"))
.initialize_with_capabilities(client_info("codex_desktop_ssh"), /*capabilities*/ None)
.await?;
let JSONRPCMessage::Response(_) = initialized else {
anyhow::bail!("expected initialize response, got {initialized:?}");