()
| 19 | return 'Test tool that always asks for permission before executing. Used for end-to-end testing.'; |
| 20 | }, |
| 21 | get inputSchema(): InputSchema { |
| 22 | return inputSchema(); |
| 23 | }, |
| 24 | userFacingName() { |
| 25 | return 'TestingPermission'; |
| 26 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected