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

Method debug

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

Source from the content-addressed store, hash-verified

105
106 // Tier 1 convenience methods
107 debug(mcpServer: McpServer | null, message: string, context?: unknown) {
108 this.writeLog('debug', mcpServer, message, context);
109 }
110
111 info(mcpServer: McpServer | null, message: string, context?: unknown) {
112 this.writeLog('info', mcpServer, message, context);

Callers 4

requestMethod · 0.95
responseMethod · 0.95
logger.test.tsFile · 0.80
withLoggingFunction · 0.80

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected