[skills] Auto install MCP dependencies when running skils with dependency specs. (#9982)

Auto install MCP dependencies when running skils with dependency specs.
This commit is contained in:
Matthew Zeng
2026-01-27 19:02:45 -08:00
committed by GitHub
parent add648df82
commit 3bb8e69dd3
18 changed files with 1591 additions and 101 deletions

View File

@@ -1154,6 +1154,7 @@ mod tests {
description: "test skill".to_string(),
short_description: None,
interface: None,
dependencies: None,
path: PathBuf::from("test-skill"),
scope: SkillScope::User,
}]),