Skip to main content

call_browser_operation

Function call_browser_operation 

Source
pub async fn call_browser_operation(
    workspace: &Path,
    name: &str,
    input: Value,
) -> Value
Expand 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.