()
| 49 | }, |
| 50 | // Overridden in mcpClient.ts |
| 51 | async call() { |
| 52 | return { |
| 53 | data: '', |
| 54 | } |
| 55 | }, |
| 56 | async checkPermissions(): Promise<PermissionResult> { |
| 57 | return { |
| 58 | behavior: 'passthrough', |
nothing calls this directly
no outgoing calls
no test coverage detected