MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / expected_tool_perms

Function expected_tool_perms

src/agents/mod.rs:1952–1957  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1950}
1951
1952pub fn expected_tool_perms() -> Vec<String> {
1953 get_tool_definitions()
1954 .iter()
1955 .map(|t| format!("mcp__tracedecay__{}", t.name))
1956 .collect()
1957}
1958
1959#[cfg(test)]
1960#[allow(clippy::unwrap_used, clippy::expect_used)]

Callers 15

handle_install_commandFunction · 0.85
handle_uninstall_commandFunction · 0.85
ctxFunction · 0.85
install_ctxFunction · 0.85
install_ctxFunction · 0.85
ctxFunction · 0.85
make_ctxFunction · 0.85
make_install_ctxFunction · 0.85

Calls 2

get_tool_definitionsFunction · 0.85
collectMethod · 0.80