omx(team): auto-checkpoint worker-1 [1]

This commit is contained in:
bellman
2026-05-15 10:00:39 +09:00
parent d3ae7beefb
commit 686cc89a36
7 changed files with 57 additions and 7 deletions

View File

@@ -275,10 +275,12 @@ mod tests {
oauth: None,
});
let user = ScopedMcpServerConfig {
required: false,
scope: ConfigSource::User,
config: base_config.clone(),
};
let local = ScopedMcpServerConfig {
required: false,
scope: ConfigSource::Local,
config: base_config,
};
@@ -288,6 +290,7 @@ mod tests {
);
let changed = ScopedMcpServerConfig {
required: false,
scope: ConfigSource::Local,
config: McpServerConfig::Http(McpRemoteServerConfig {
url: "https://vendor.example/v2/mcp".to_string(),