Recipe config to limit tool availability (#4020)

This commit is contained in:
Jarrod Sibbison
2025-08-18 16:14:23 +10:00
committed by GitHub
parent c8d9578c3a
commit 43211803a9
13 changed files with 313 additions and 10 deletions
@@ -123,6 +123,7 @@ async fn test_replayed_session(
env_keys: vec![],
timeout: Some(30),
bundled: Some(false),
available_tools: vec![],
};
let mut extension_manager = ExtensionManager::new();