feat: Updated the REPL mcp auth path to use the prettified error messaging
CI / All (ubuntu-latest) (push) Failing after 23s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-07 15:18:56 -06:00
parent ce212fe660
commit 7673799d83
3 changed files with 18 additions and 10 deletions
+1 -4
View File
@@ -653,10 +653,7 @@ pub async fn run_repl_command(
callback_port,
)
.await?;
println!(
"Authentication saved. \
Restart Coyote to connect to '{server_name}'."
);
println!("Authentication saved.");
}
}
}