MCPcopy Create free account
hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / alert

Method alert

src/utils/Logger.ts:131–133  ·  view source on GitHub ↗
(mcpServer: McpServer | null, message: string, context?: unknown)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected