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

Method logRequest

src/logger.ts:146–153  ·  view source on GitHub ↗

* Log API request

(method: string, url: string, data?: any, headers?: any)

Source from the content-addressed store, hash-verified

144 * Log API request
145 */
146 logRequest(method: string, url: string, data?: any, headers?: any) {
147 this.debug('API Request', {
148 method,
149 url,
150 data,
151 headers,
152 });
153 }
154
155 /**
156 * Log API response

Callers

nothing calls this directly

Calls 1

debugMethod · 0.95

Tested by

no test coverage detected