mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-16 02:46:44 +00:00
omx(team): auto-checkpoint worker-1 [1]
This commit is contained in:
@@ -4557,13 +4557,13 @@ impl RuntimeMcpState {
|
||||
runtime::McpLifecyclePhase::ServerRegistration,
|
||||
Some(server.server_name.clone()),
|
||||
server.reason.clone(),
|
||||
std::collections::BTreeMap::from([(
|
||||
"transport".to_string(),
|
||||
format!("{:?}", server.transport).to_ascii_lowercase(),
|
||||
), (
|
||||
"required".to_string(),
|
||||
server.required.to_string(),
|
||||
)]),
|
||||
std::collections::BTreeMap::from([
|
||||
(
|
||||
"transport".to_string(),
|
||||
format!("{:?}", server.transport).to_ascii_lowercase(),
|
||||
),
|
||||
("required".to_string(), server.required.to_string()),
|
||||
]),
|
||||
false,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user