()
| 1811 | return tool.annotations?.openWorldHint ?? false |
| 1812 | }, |
| 1813 | isSearchOrReadCommand() { |
| 1814 | return classifyMcpToolForCollapse(client.name, tool.name) |
| 1815 | }, |
| 1816 | inputJSONSchema: tool.inputSchema as Tool['inputJSONSchema'], |
| 1817 | async checkPermissions() { |
| 1818 | return { |
nothing calls this directly
no test coverage detected