MCPcopy Create free account
hub / github.com/AI45Lab/Code / add_skill_dir

Method add_skill_dir

core/src/config/loader.rs:489–492  ·  view source on GitHub ↗

Add a skill directory

(mut self, dir: impl Into<PathBuf>)

Source from the content-addressed store, hash-verified

487
488 /// Add a skill directory
489 pub fn add_skill_dir(mut self, dir: impl Into<PathBuf>) -> Self {
490 self.skill_dirs.push(dir.into());
491 self
492 }
493
494 /// Add an agent directory
495 pub fn add_agent_dir(mut self, dir: impl Into<PathBuf>) -> Self {

Callers 2

test_config_builderFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_config_builderFunction · 0.64