()
| 1950 | } |
| 1951 | |
| 1952 | pub 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)] |