(mcpServer: McpServer | null, message: string, context?: unknown)
| 129 | } |
| 130 | |
| 131 | alert(mcpServer: McpServer | null, message: string, context?: unknown) { |
| 132 | this.writeLog('alert', mcpServer, message, context); |
| 133 | } |
| 134 | |
| 135 | emergency(mcpServer: McpServer | null, message: string, context?: unknown) { |
| 136 | this.writeLog('emergency', mcpServer, message, context); |