pub async fn call_browser_operation(
workspace: &Path,
name: &str,
input: Value,
) -> ValueExpand description
Call the first reachable provider for workspace. Transport and
availability failures are returned as the same structured outcome shape
providers use, so CLI/SDK/MCP all observe identical semantics.