Skip to main content

dispatch_host_operation

Function dispatch_host_operation 

Source
pub async fn dispatch_host_operation(
    capability: &str,
    operation: &str,
    params: &DictMap,
) -> Result<VmValue, VmError>
Expand description

Public entry for canonical host_call dispatch without an async-builtin context. Used by embedder tests and by MCP/host plumbing that already sits outside a VM builtin frame.