()
| 1802 | return mcpToolInputToAutoClassifierInput(input, tool.name) |
| 1803 | }, |
| 1804 | isDestructive() { |
| 1805 | return tool.annotations?.destructiveHint ?? false |
| 1806 | }, |
| 1807 | isOpenWorld() { |
| 1808 | return tool.annotations?.openWorldHint ?? false |
| 1809 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected