(mcpServer: McpServer | null, message: string, context?: unknown)
| 125 | } |
| 126 | |
| 127 | critical(mcpServer: McpServer | null, message: string, context?: unknown) { |
| 128 | this.writeLog('critical', mcpServer, message, context); |
| 129 | } |
| 130 | |
| 131 | alert(mcpServer: McpServer | null, message: string, context?: unknown) { |
| 132 | this.writeLog('alert', mcpServer, message, context); |