()
| 28 | isMcp: true, |
| 29 | // Overridden in mcpClient.ts with the real MCP tool name + args |
| 30 | isOpenWorld() { |
| 31 | return false |
| 32 | }, |
| 33 | // Overridden in mcpClient.ts |
| 34 | name: 'mcp', |
| 35 | maxResultSizeChars: 100_000, |
nothing calls this directly
no outgoing calls
no test coverage detected