(input)
| 1799 | return tool.annotations?.readOnlyHint ?? false |
| 1800 | }, |
| 1801 | toAutoClassifierInput(input) { |
| 1802 | return mcpToolInputToAutoClassifierInput(input, tool.name) |
| 1803 | }, |
| 1804 | isDestructive() { |
| 1805 | return tool.annotations?.destructiveHint ?? false |
| 1806 | }, |
nothing calls this directly
no test coverage detected