()
| 77 | return description |
| 78 | }, |
| 79 | get inputSchema(): InputSchema { |
| 80 | return inputSchema() |
| 81 | }, |
| 82 | async checkPermissions(input): Promise<PermissionDecision> { |
| 83 | return { behavior: 'allow', updatedInput: input } |
| 84 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected