mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
9 lines
411 B
Rust
9 lines
411 B
Rust
// TODO(mbolin): Get this test working on Linux. Currently, it fails with:
|
|
//
|
|
// > Error: Mcp error: -32603: sandbox error: sandbox denied exec error,
|
|
// > exit code: 1, stdout: , stderr: Error: failed to send handshake datagram
|
|
#[cfg(all(target_os = "macos", target_arch = "aarch64"))]
|
|
mod accept_elicitation;
|
|
#[cfg(any(all(target_os = "macos", target_arch = "aarch64"), target_os = "linux"))]
|
|
mod list_tools;
|