()
| 35 | maxResultSizeChars: 100_000, |
| 36 | // Overridden in mcpClient.ts |
| 37 | async description() { |
| 38 | return DESCRIPTION |
| 39 | }, |
| 40 | // Overridden in mcpClient.ts |
| 41 | async prompt() { |
| 42 | return PROMPT |
nothing calls this directly
no outgoing calls
no test coverage detected