pub async fn list(
native: &Arc<NativeSkillRegistry>,
mcp: &Arc<McpRegistry>,
) -> Vec<ToolEntry>Expand description
Every tool this runtime can currently dispatch.
Native tools are listed first because they are the ones that survive with no network — an offline client reading this top-down sees what still works before what does not.