From 94923948e1a1525988bf13025a10cc9226652684 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Tue, 8 Apr 2025 19:15:23 +0200 Subject: structure tools the same - add some tests - fix some tests - change how we handle permissions --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/root.go b/cmd/root.go index 3ed809328..c4e99985a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{ go func() { // Set this up once - agent.GetMcpTools(ctx) + agent.GetMcpTools(ctx, app.Permissions) for msg := range ch { tui.Send(msg) } -- cgit v1.2.3