()
| 54 | } |
| 55 | }, |
| 56 | async checkPermissions(): Promise<PermissionResult> { |
| 57 | return { |
| 58 | behavior: 'passthrough', |
| 59 | message: 'MCPTool requires permission.', |
| 60 | } |
| 61 | }, |
| 62 | renderToolUseMessage, |
| 63 | // Overridden in mcpClient.ts |
| 64 | userFacingName: () => 'mcp', |
nothing calls this directly
no outgoing calls
no test coverage detected