Report server version in doctor
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-13 22:34:09 -04:00
parent f66de64b3f
commit dd9c4daeda
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -290,6 +290,8 @@ pub struct NativeAuthCheckOkBody {
pub allow_remote_forwarding: bool,
pub allow_agent_forwarding: bool,
pub policy_flags: Vec<String>,
#[serde(default)]
pub server_version: String,
}
#[derive(Debug, Clone, Serialize, Deserialize)]