chore(tasks): mark yaml-normalization, mcp-batch-cap, cov13, projection-truthfulness completed
This commit is contained in:
@@ -1138,7 +1138,7 @@ mod tests {
|
||||
.collect();
|
||||
let mut args = Map::new();
|
||||
args.insert("calls".to_string(), Value::Array(calls));
|
||||
let dispatch_spine = dispatch(registry, provider());
|
||||
let dispatch_spine = dispatch(registry);
|
||||
let gateway = ToMcpGateway::new(Arc::clone(&dispatch_spine));
|
||||
|
||||
let result = invoke_tool(&gateway, "batch", Some(args), None).await;
|
||||
@@ -1176,7 +1176,7 @@ mod tests {
|
||||
.collect();
|
||||
let mut args = Map::new();
|
||||
args.insert("calls".to_string(), Value::Array(calls));
|
||||
let dispatch_spine = dispatch(registry, provider());
|
||||
let dispatch_spine = dispatch(registry);
|
||||
let gateway = ToMcpGateway::new(Arc::clone(&dispatch_spine));
|
||||
|
||||
let result = invoke_tool(&gateway, "batch", Some(args), None).await;
|
||||
|
||||
Reference in New Issue
Block a user