pub fn resolve_tool_paths(
args: &Map<String, Value>,
ctx: &ToolContext,
) -> ResolvedPathsExpand description
Resolve tool paths with multi-root support.
Priority:
0. repo argument (multi-repo alias → specific root)
pathsarray argument (explicit multi-root)pathstring argument (single root, pre-resolved by dispatch)- Session
extra_roots(default multi-root from config/MCP) - Fallback to
"."(project root)