pub fn exec(req: ExecRequest, cfg: &ExecConfig) -> Result<Value, ExecError>Expand description
Execute a single action exported by an MCP component.
Resolution, verification, and runtime enforcement are performed in sequence,
with detailed errors surfaced through ExecError.