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