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