MCPcopy Index your code
hub / github.com/PaystackOSS/paystack-mcp-server / debug

Method debug

src/logger.ts:115–120  ·  view source on GitHub ↗
(message: string, meta?: any)

Source from the content-addressed store, hash-verified

113 }
114
115 debug(message: string, meta?: any) {
116 // Disabled for MCP stdio communication
117 if (this.shouldLog(LogLevel.DEBUG)) {
118 console.error(this.formatLog(LogLevel.DEBUG, message, meta));
119 }
120 }
121
122 info(message: string, meta?: any) {
123 // Disabled for MCP stdio communication

Callers 2

logRequestMethod · 0.95
logResponseMethod · 0.95

Calls 3

shouldLogMethod · 0.95
formatLogMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected