MCPcopy Create free account
hub / github.com/64bit/commandOK / config_path

Function config_path

src/config.rs:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51fn config_path() -> PathBuf {
52 config_dir().join("config.toml")
53}
54
55const DEFAULT_CONFIG: &str = r#"[commandok]
56# Options: anthropic, openai, google, mistral, ollama, llamacpp,

Callers 2

loadFunction · 0.85
save_default_providerFunction · 0.85

Calls 1

config_dirFunction · 0.85

Tested by

no test coverage detected