()
| 13 | name: NAME, |
| 14 | maxResultSizeChars: 100_000, |
| 15 | async description() { |
| 16 | return 'Test tool that always asks for permission'; |
| 17 | }, |
| 18 | async prompt() { |
| 19 | return 'Test tool that always asks for permission before executing. Used for end-to-end testing.'; |
| 20 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected