mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-17 11:26:44 +00:00
omx(team): auto-checkpoint worker-1 [1]
This commit is contained in:
@@ -4542,7 +4542,10 @@ impl RuntimeMcpState {
|
||||
runtime::McpLifecyclePhase::ToolDiscovery,
|
||||
Some(failure.server_name.clone()),
|
||||
failure.error.clone(),
|
||||
std::collections::BTreeMap::new(),
|
||||
std::collections::BTreeMap::from([(
|
||||
"required".to_string(),
|
||||
failure.required.to_string(),
|
||||
)]),
|
||||
true,
|
||||
),
|
||||
})
|
||||
@@ -4557,6 +4560,9 @@ impl RuntimeMcpState {
|
||||
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