mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
clean up
This commit is contained in:
@@ -61,8 +61,6 @@ pub struct McpProcess {
|
||||
|
||||
impl McpProcess {
|
||||
pub async fn new(codex_home: &Path) -> anyhow::Result<Self> {
|
||||
// Ensure tests run with the default Codex originator (codex_cli_rs)
|
||||
// regardless of any environment overrides that may be present.
|
||||
Self::new_with_env(codex_home, &[]).await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user