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

Method logResponse

src/logger.ts:158–165  ·  view source on GitHub ↗

* Log API response

(method: string, url: string, status: number, data?: any)

Source from the content-addressed store, hash-verified

156 * Log API response
157 */
158 logResponse(method: string, url: string, status: number, data?: any) {
159 this.debug('API Response', {
160 method,
161 url,
162 status,
163 data,
164 });
165 }
166
167 /**
168 * Log tool call

Callers

nothing calls this directly

Calls 1

debugMethod · 0.95

Tested by

no test coverage detected