structure tools the same
- add some tests - fix some tests - change how we handle permissions
This commit is contained in:
parent
5acf0cba60
commit
94923948e1
20 changed files with 1057 additions and 757 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue