summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
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)
}