structure tools the same

- add some tests
- fix some tests
- change how we handle permissions
This commit is contained in:
Kujtim Hoxha 2025-04-08 19:15:23 +02:00
commit 94923948e1
20 changed files with 1057 additions and 757 deletions

View file

@ -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)
}