(mcpServer: McpServer | null, message: string, context?: unknown)
| 117 | } |
| 118 | |
| 119 | warning(mcpServer: McpServer | null, message: string, context?: unknown) { |
| 120 | this.writeLog('warning', mcpServer, message, context); |
| 121 | } |
| 122 | |
| 123 | error(mcpServer: McpServer | null, message: string, context?: unknown) { |
| 124 | this.writeLog('error', mcpServer, message, context); |
no test coverage detected