MCPcopy Create free account
hub / github.com/PaystackOSS/paystack-mcp-server / logToolCall

Method logToolCall

src/logger.ts:170–175  ·  view source on GitHub ↗

* Log tool call

(toolName: string, params?: any)

Source from the content-addressed store, hash-verified

168 * Log tool call
169 */
170 logToolCall(toolName: string, params?: any) {
171 this.info('Tool called', {
172 tool: toolName,
173 params,
174 });
175 }
176}
177
178/**

Callers

nothing calls this directly

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected